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.
1 parent 1763536 commit f01e33eCopy full SHA for f01e33e
1 file changed
pkgs/servers/computing/slurm/default.nix
@@ -9,7 +9,7 @@
9
10
stdenv.mkDerivation rec {
11
pname = "slurm";
12
- version = "20.02.3.1";
+ version = "20.02.4.1";
13
14
# N.B. We use github release tags instead of https://www.schedmd.com/downloads.php
15
# because the latter does not keep older releases.
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
18
repo = "slurm";
19
# The release tags use - instead of .
20
rev = "${pname}-${builtins.replaceStrings ["."] ["-"] version}";
21
- sha256 = "0ydz02kgydn8lgimikksyf3sai33bz0lkxjjx4514b65431mwp3n";
+ sha256 = "071lwny7cj4idq0h03mmvkk4f4i6fgl3c5q8cvbh7z8px6k50cfp";
22
};
23
24
outputs = [ "out" "dev" ];
0 commit comments