slurm: 21.08.5.1 -> 21.08.6.1

This commit is contained in:
Markus Kowalewski 2022-03-12 15:16:35 +01:00
parent 26fe586d53
commit 5294f55639
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

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