conda: 25.9.1-1 -> 25.9.1-3

This commit is contained in:
kyehn
2025-12-09 12:18:19 +00:00
parent e534a3cb7a
commit b37d5bf392
+7 -3
View File
@@ -44,7 +44,7 @@
# $ conda-shell
# $ conda install spyder
let
version = "25.9.1-1";
version = "25.9.1-3";
src =
let
@@ -60,8 +60,8 @@ let
fetchurl {
url = "https://repo.anaconda.com/miniconda/Miniconda3-py313_${version}-Linux-${arch}.sh";
hash = selectSystem {
x86_64-linux = "sha256-YCJxTaIphgl7vvoT2rPZVyV/7wThw30evTZFtbmbydQ=";
aarch64-linux = "sha256-oN5FYsNoqLXKQ4WEP0BWhMeb6nqjt111E/+ZwMZDXVE=";
x86_64-linux = "sha256-a+xl/LDGZZalBYxnZ9JdiaU364PuhGhOwPpaT7+zJkc=";
aarch64-linux = "sha256-A2BT5+blhmQ1vBoRcRtBKT5b8HdrtKqafqRtAfMO2jE=";
};
};
@@ -126,6 +126,10 @@ buildFHSEnv {
source ${condaSh}
'';
passthru = {
inherit src;
};
meta = {
description = "Package manager for Python";
mainProgram = "conda-shell";