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.
2 parents 629bf81 + 6c5e692 commit b4c7dccCopy full SHA for b4c7dcc
pkgs/by-name/sl/slurm/package.nix
@@ -14,7 +14,7 @@
14
15
stdenv.mkDerivation rec {
16
pname = "slurm";
17
- version = "24.05.4.1";
+ version = "24.11.0.1";
18
19
# N.B. We use github release tags instead of https://www.schedmd.com/downloads.php
20
# because the latter does not keep older releases.
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
23
repo = "slurm";
24
# The release tags use - instead of .
25
rev = "${pname}-${builtins.replaceStrings ["."] ["-"] version}";
26
- hash = "sha256-sviXuRJOpuSoOMNjGPRe11qlphk0Y1/YV/Y5M+QkWys=";
+ hash = "sha256-waUCyzLCK3NRp8DfkvzWjGjzlB1MIZ7N9X+nfjrdAFY=";
27
};
28
29
outputs = [ "out" "dev" ];
0 commit comments