Skip to content

Commit

Permalink
Merge pull request #70373 from markuskowa/upd-slurm
Browse files Browse the repository at this point in the history
slurm: 19.05.2.1 -> 19.05.3.2
  • Loading branch information
markuskowa committed Oct 8, 2019
2 parents 6879b2d + 734e02a commit cfcc975
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.2.1";
version = "19.05.3.2";

# 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 = "1k19z0qyjr6nwqxv93wbnnhy498788rc4fl9zyf0smc5yq1zbjir";
sha256 = "1ds4dvwswyx9rjcmcwz2fm2zi3q4gcc2n0fxxihl31i5i6wg1kv0";
};

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

0 comments on commit cfcc975

Please sign in to comment.