slurm: 22.05.2 -> 22.05.3

Bug fix release, see:
https://github.com/SchedMD/slurm/blob/slurm-22-05-3-1/NEWS
This commit is contained in:
Tobias Poschwatta 2022-08-12 10:25:14 +02:00
parent 2e37bea41b
commit 3c0495082a

View file

@ -14,7 +14,7 @@
stdenv.mkDerivation rec {
pname = "slurm";
version = "22.05.2.1";
version = "22.05.3.1";
# N.B. We use github release tags instead of https://www.schedmd.com/downloads.php
# because the latter does not keep older releases.
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
repo = "slurm";
# The release tags use - instead of .
rev = "${pname}-${builtins.replaceStrings ["."] ["-"] version}";
sha256 = "1zfv5n7cqqn3c78h2svjazbdkdchyrk54prn2bq5diw80wgcmyrc";
sha256 = "113l23zf98r2rz4smyb0lk68p5jj2gx2y2j11vvf5wq4apzyz8jf";
};
outputs = [ "out" "dev" ];