Skip to content

Commit

Permalink
slurm: 24.05.3.1 -> 24.05.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Oct 27, 2024
1 parent 101a57c commit e71b0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/computing/slurm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

stdenv.mkDerivation rec {
pname = "slurm";
version = "24.05.3.1";
version = "24.05.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.
Expand All @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
repo = "slurm";
# The release tags use - instead of .
rev = "${pname}-${builtins.replaceStrings ["."] ["-"] version}";
hash = "sha256-qYIpYBjbYgbYzPKEgKEEXEf/0bFyp1sFFl7A7mq6Nco=";
hash = "sha256-sviXuRJOpuSoOMNjGPRe11qlphk0Y1/YV/Y5M+QkWys=";
};

outputs = [ "out" "dev" ];
Expand Down

0 comments on commit e71b0de

Please sign in to comment.