3
0
Fork 0
forked from mirrors/nixpkgs

slurm: 18.08.5.2 -> 18.08.6.2

This commit is contained in:
Markus Kowalewski 2019-03-09 19:21:36 +01:00
parent 198b7ea83a
commit a2331a2b64
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -8,7 +8,7 @@
stdenv.mkDerivation rec {
name = "slurm-${version}";
version = "18.08.5.2";
version = "18.08.6.2";
# 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 = "${builtins.replaceStrings ["."] ["-"] name}";
sha256 = "0x1pdq58sdf0m28cai0lcyzvhhjl7l85gq324pwh8fi3zy2h0n4k";
sha256 = "0py1795jrgip00k46gr9f9y49gpv5478kc3v68d90nl158fngixc";
};
outputs = [ "out" "dev" ];