slurm: 21.08.3.1 -> 21.08.4.1

This commit is contained in:
Markus Kowalewski 2021-11-22 11:17:13 +01:00
parent 119ff2d7a9
commit 1a92baf7a2
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -9,7 +9,7 @@
stdenv.mkDerivation rec {
pname = "slurm";
version = "21.08.3.1";
version = "21.08.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.
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
repo = "slurm";
# The release tags use - instead of .
rev = "${pname}-${builtins.replaceStrings ["."] ["-"] version}";
sha256 = "0riynmdmq44hqjdfd8acvc14miy5yqbwvsmbm1xcgsjdxjan8l2z";
sha256 = "0xaswxm54lxahjn5pkm8b1x1ny3iclyp07h7fzhadgbqmla26np2";
};
outputs = [ "out" "dev" ];