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 860f88d + 79003a2 commit e0afcb0Copy full SHA for e0afcb0
pkgs/by-name/sl/slurm/package.nix
@@ -41,7 +41,7 @@
41
42
stdenv.mkDerivation rec {
43
pname = "slurm";
44
- version = "24.11.3.1";
+ version = "24.11.4.1";
45
46
# N.B. We use github release tags instead of https://www.schedmd.com/downloads.php
47
# because the latter does not keep older releases.
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
50
repo = "slurm";
51
# The release tags use - instead of .
52
rev = "${pname}-${builtins.replaceStrings [ "." ] [ "-" ] version}";
53
- hash = "sha256-DdGCPNmLCp1SgsYPVr7Gr4yqBrV2Ot3nJsWpcuYty5U=";
+ hash = "sha256-qfTkvORa03LxbLXWfUoTw1bV17w7geA9QA3i+fWSCqE=";
54
};
55
56
outputs = [
0 commit comments