forked from M-Labs/artiq-extrapkg
update conda
This commit is contained in:
parent
d2f4111b10
commit
b4912f3171
|
@ -20,8 +20,8 @@
|
|||
condaDeps = with pkgs; [ zlib xorg.libSM xorg.libICE xorg.libX11 xorg.libXau xorg.libXi xorg.libXrender libselinux libGL ];
|
||||
# Use the full Anaconda distribution, which already contains conda-build and its many dependencies.
|
||||
condaInstaller = pkgs.fetchurl {
|
||||
url = "https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh";
|
||||
sha256 = "sha256-p8Cv6GL26hmlloAfwTi94EY6vLzht1Po1cR0tQai2y0=";
|
||||
url = "https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh";
|
||||
sha256 = "sha256-5+y8y8GX69fh8hHFnfLje8aVnQgfIjXTh+CMkCZmas0=";
|
||||
};
|
||||
condaInstallerEnv = pkgs.buildFHSUserEnv {
|
||||
name = "conda-installer-env";
|
||||
|
|
Loading…
Reference in New Issue