slurm: 25.05.0.1 -> 25.05.1.1

This commit is contained in:
R. Ryantm 2025-07-10 13:08:11 +00:00
parent 38a4e2c62e
commit 58f6f79028

View File

@ -41,7 +41,7 @@
stdenv.mkDerivation rec {
pname = "slurm";
version = "25.05.0.1";
version = "25.05.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.
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
repo = "slurm";
# The release tags use - instead of .
rev = "${pname}-${builtins.replaceStrings [ "." ] [ "-" ] version}";
hash = "sha256-C1euW/twT3AhwtNUmUDtmFjMUi5B4I7r488YcT+N/zM=";
hash = "sha256-Lu/ebXI8U4XggYhQ+yyKmGXpgqtCeYMWB3o0+Ujzj0s=";
};
outputs = [