flake: update conda

This commit is contained in:
2026-01-19 08:26:53 +08:00
parent 1c09ed9958
commit 0055e59d60

View File

@@ -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";