We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0090bf4 commit c2a18a9Copy full SHA for c2a18a9
pkgs/by-name/co/conda/package.nix
@@ -43,7 +43,7 @@
43
# $ conda-shell
44
# $ conda install spyder
45
let
46
- version = "25.1.1";
+ version = "25.1.1-2";
47
48
src =
49
@@ -57,10 +57,10 @@ let
57
};
58
in
59
fetchurl {
60
- url = "https://repo.anaconda.com/miniconda/Miniconda3-py312_${version}-0-Linux-${arch}.sh";
+ url = "https://repo.anaconda.com/miniconda/Miniconda3-py312_${version}-Linux-${arch}.sh";
61
hash = selectSystem {
62
- x86_64-linux = "sha256-gy3ielo1t5Y/DYNGarraPrE45RmFJV8ZDg3DUEJ6ndE=";
63
- aarch64-linux = "sha256-rp0+qD35fnj9UcRS0Lx1AFoo1QTCLbbxAAgiKT+Ra1Q=";
+ x86_64-linux = "sha256-R2bYW199I1ziUOmY67WoqCEMvU8rD+pNIXez7Z6oeIQ=";
+ aarch64-linux = "sha256-bQW5+bfzJ7kHl6TPVtaMgVeLqy9jJXo+eotyyw8OS10=";
64
65
66
0 commit comments