slurm: 22.05.3 -> 22.05.4

Bug fix release, see:
https://github.com/SchedMD/slurm/blob/slurm-22-05-4-1/NEWS
This commit is contained in:
Tobias Poschwatta 2022-09-30 09:55:11 +02:00
parent bc8539048d
commit 55fb5d4919

View File

@ -14,7 +14,7 @@
stdenv.mkDerivation rec {
pname = "slurm";
version = "22.05.3.1";
version = "22.05.4.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 = "113l23zf98r2rz4smyb0lk68p5jj2gx2y2j11vvf5wq4apzyz8jf";
sha256 = "100ixhpi4ahx5w7b1ncgmmg1ar48brp095lrxhcxr55fq2wqlv35";
};
outputs = [ "out" "dev" ];