Skip to content

Commit e0afcb0

Browse files
authored
slurm: 24.11.3.1 -> 24.11.4.1 (NixOS#397672)
2 parents 860f88d + 79003a2 commit e0afcb0

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
@@ -41,7 +41,7 @@
4141

4242
stdenv.mkDerivation rec {
4343
pname = "slurm";
44-
version = "24.11.3.1";
44+
version = "24.11.4.1";
4545

4646
# N.B. We use github release tags instead of https://www.schedmd.com/downloads.php
4747
# because the latter does not keep older releases.
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
5050
repo = "slurm";
5151
# The release tags use - instead of .
5252
rev = "${pname}-${builtins.replaceStrings [ "." ] [ "-" ] version}";
53-
hash = "sha256-DdGCPNmLCp1SgsYPVr7Gr4yqBrV2Ot3nJsWpcuYty5U=";
53+
hash = "sha256-qfTkvORa03LxbLXWfUoTw1bV17w7geA9QA3i+fWSCqE=";
5454
};
5555

5656
outputs = [

0 commit comments

Comments
 (0)