slurm: 23.02.3.1 -> 23.02.4.1

(cherry picked from commit 933880f904)
This commit is contained in:
Markus Kowalewski
2023-08-21 22:16:10 +02:00
parent 2a0d41c982
commit f4fbfce674

View File

@@ -14,7 +14,7 @@
stdenv.mkDerivation rec {
pname = "slurm";
version = "23.02.3.1";
version = "23.02.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.
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
repo = "slurm";
# The release tags use - instead of .
rev = "${pname}-${builtins.replaceStrings ["."] ["-"] version}";
sha256 = "sha256-YMm8a7uyZpPEuWQcgddX+0Me+ndgbYoDnC+sbmN/Hh8=";
sha256 = "sha256-sNZqC6F7Q05AqkKVVUG4mCO3JXRjVZBppt3VgRHf5+o=";
};
outputs = [ "out" "dev" ];