Skip to content

Commit

Permalink
Revert "slurm: 24.05.2.1 -> 24.05.3.1"
Browse files Browse the repository at this point in the history
This reverts commit 13c987d.
  • Loading branch information
dpausp authored and osnyx committed Dec 11, 2024
1 parent e078061 commit d180342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/sl/slurm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

stdenv.mkDerivation rec {
pname = "slurm";
version = "23.11.7.1";
version = "24.05.2.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-TR2dZXdM8SgBD8C/CHe8Zadh2xAzbtb4hgOfhCXkF0M=";
hash = "sha256-GQbZCMS9FWS0w4mgqqdQ+G8wm/g0PPFKSH60q7U9DiI=";
};

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

0 comments on commit d180342

Please sign in to comment.