Skip to content

Commit b4c7dcc

Browse files
authored
slurm: 24.05.4.1 -> 24.11.0.1 (NixOS#361321)
2 parents 629bf81 + 6c5e692 commit b4c7dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sl/slurm/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
stdenv.mkDerivation rec {
1616
pname = "slurm";
17-
version = "24.05.4.1";
17+
version = "24.11.0.1";
1818

1919
# N.B. We use github release tags instead of https://www.schedmd.com/downloads.php
2020
# because the latter does not keep older releases.
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
2323
repo = "slurm";
2424
# The release tags use - instead of .
2525
rev = "${pname}-${builtins.replaceStrings ["."] ["-"] version}";
26-
hash = "sha256-sviXuRJOpuSoOMNjGPRe11qlphk0Y1/YV/Y5M+QkWys=";
26+
hash = "sha256-waUCyzLCK3NRp8DfkvzWjGjzlB1MIZ7N9X+nfjrdAFY=";
2727
};
2828

2929
outputs = [ "out" "dev" ];

0 commit comments

Comments
 (0)