slurm: 22.05.5.1 -> 22.05.6.1

Bug fix release, see:
https://github.com/SchedMD/slurm/blob/slurm-22-05-6-1/NEWS
This commit is contained in:
Tobias Poschwatta 2022-11-11 13:57:43 +01:00
parent d44a146cc1
commit f66bc29e6f

View File

@ -14,7 +14,7 @@
stdenv.mkDerivation rec {
pname = "slurm";
version = "22.05.5.1";
version = "22.05.6.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 = "1mw0dkll1iwwdpdbxcy26zpnjgj07prlgdz2da64krn4yyfhca30";
sha256 = "1aa1ddlacr9dpk1g1syj9ml5dninv3dzvw8vlm1s3j3ybp6lz8bd";
};
outputs = [ "out" "dev" ];