Skip to content

Commit c2a18a9

Browse files
emarynJohnRTitor
authored andcommitted
conda: 25.1.1 -> 25.1.1-2
1 parent 0090bf4 commit c2a18a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/co/conda/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# $ conda-shell
4444
# $ conda install spyder
4545
let
46-
version = "25.1.1";
46+
version = "25.1.1-2";
4747

4848
src =
4949
let
@@ -57,10 +57,10 @@ let
5757
};
5858
in
5959
fetchurl {
60-
url = "https://repo.anaconda.com/miniconda/Miniconda3-py312_${version}-0-Linux-${arch}.sh";
60+
url = "https://repo.anaconda.com/miniconda/Miniconda3-py312_${version}-Linux-${arch}.sh";
6161
hash = selectSystem {
62-
x86_64-linux = "sha256-gy3ielo1t5Y/DYNGarraPrE45RmFJV8ZDg3DUEJ6ndE=";
63-
aarch64-linux = "sha256-rp0+qD35fnj9UcRS0Lx1AFoo1QTCLbbxAAgiKT+Ra1Q=";
62+
x86_64-linux = "sha256-R2bYW199I1ziUOmY67WoqCEMvU8rD+pNIXez7Z6oeIQ=";
63+
aarch64-linux = "sha256-bQW5+bfzJ7kHl6TPVtaMgVeLqy9jJXo+eotyyw8OS10=";
6464
};
6565
};
6666

0 commit comments

Comments
 (0)