flake: update conda
This commit is contained in:
@@ -50,8 +50,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-2025.06-0-Linux-x86_64.sh";
|
||||
sha256 = "sha256-CNsT9ttd1PmbOm25bGjQZNUOojdCATtw9YjjonpSBNo=";
|
||||
url = "https://repo.anaconda.com/archive/Anaconda3-2025.12-1-Linux-x86_64.sh";
|
||||
sha256 = "sha256-Ey8fMS0F45GQa5Wa2DqkEbl+zlWWa7NN8BHvQbpgo1w=";
|
||||
};
|
||||
condaInstallerEnv = pkgs.buildFHSEnv {
|
||||
name = "conda-installer-env";
|
||||
|
||||
Reference in New Issue
Block a user