Skip to content

Commit

Permalink
slurm: 23.11.9.1 -> 23.11.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Sep 7, 2024
1 parent 1244958 commit cda035b
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 = "23.11.9.1";
version = "23.11.10.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-LPv+1/cJbN1jrG0lGlIX1xg+1iBtWIGMsPoY3AhfcQM=";
hash = "sha256-TOfEQTo4DEIGBJOsfVG1ejieGbZHkePIamZz73QTWDs=";
};

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

0 comments on commit cda035b

Please sign in to comment.