conda: update

pull/4/head
Sebastien Bourdeauducq 2022-09-08 17:38:57 +08:00
parent 17f655fa63
commit 122ca4eed4
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,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-2021.11-Linux-x86_64.sh";
sha256 = "sha256-/t+eNAA5VX97XoqKhq/6nSmfXpggFEvXuSrp9+4IrGA=";
url = "https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh";
sha256 = "sha256-p8Cv6GL26hmlloAfwTi94EY6vLzht1Po1cR0tQai2y0=";
};
condaInstallerEnv = pkgs.buildFHSUserEnv {
name = "conda-installer-env";