slurm: 23.02.0.1 -> 23.02.1.1

This commit is contained in:
Markus Kowalewski 2023-04-11 18:45:58 +02:00
parent 523cdb25c5
commit 6a90a7e12c
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -14,7 +14,7 @@
stdenv.mkDerivation rec {
pname = "slurm";
version = "23.02.0.1";
version = "23.02.1.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-MxlrDLdPKtYF2xpX2q0i0DHinEL6BIzIGAxqTwWX/k0=";
sha256 = "sha256-hNz5QMnxGGZLcLPNE6jH3LTSNb1ZywTcPirY9sxCM7w=";
};
outputs = [ "out" "dev" ];