Skip to content

Commit

Permalink
slurm: 19.05.5.1 -> 19.05.7.1
Browse files Browse the repository at this point in the history
(cherry picked from commit af4491f)
  • Loading branch information
markuskowa committed Jun 10, 2020
1 parent d3bfabe commit 118e07c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/computing/slurm/default.nix
Expand Up @@ -8,7 +8,7 @@

stdenv.mkDerivation rec {
pname = "slurm";
version = "19.05.5.1";
version = "19.05.7.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 @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
repo = "slurm";
# The release tags use - instead of .
rev = "${pname}-${builtins.replaceStrings ["."] ["-"] version}";
sha256 = "0f0gv3sirp6sxdrbwydsbcqicjbmrpm58yhgbsar8v6nx3g6y3hx";
sha256 = "115f40k8y7d569nbl6g0mkyshgv925lawlwar7ib5296g30p97f0";
};

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

0 comments on commit 118e07c

Please sign in to comment.