slurm: 19.05.5.1 -> 19.05.7.1

This commit is contained in:
Markus Kowalewski 2020-06-10 10:48:29 +02:00
parent 496bc90c6c
commit af4491f26c
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -8,7 +8,7 @@
stdenv.mkDerivation rec {
pname = "slurm";
version = "19.05.5.1";
version = "19.05.7.1";
# N.B. We use github release tags instead of https://www.schedmd.com/downloads.php
# because the latter does not keep older releases.
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
repo = "slurm";
# The release tags use - instead of .
rev = "${pname}-${builtins.replaceStrings ["."] ["-"] version}";
sha256 = "0f0gv3sirp6sxdrbwydsbcqicjbmrpm58yhgbsar8v6nx3g6y3hx";
sha256 = "115f40k8y7d569nbl6g0mkyshgv925lawlwar7ib5296g30p97f0";
};
outputs = [ "out" "dev" ];