From 694278c0106cc5ead2d03395d1846bbf0833a490 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 16 Nov 2024 14:31:44 +0800 Subject: [PATCH] conda: update anaconda --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 8eba36f..ad47091 100644 --- a/flake.nix +++ b/flake.nix @@ -27,8 +27,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-2024.06-1-Linux-x86_64.sh"; - sha256 = "1xx8a7jmyd93lkj9zvhmdn66zv10k421n6zszp85imsjk8yv96sk"; + url = "https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh"; + sha256 = "sha256-O6CimBVcMvv9gMvCOCmFYL9pot9RF4MFSt/BUbdtgNg="; }; condaInstallerEnv = pkgs.buildFHSEnv { name = "conda-installer-env";