Skip to content

Commit

Permalink
Merge pull request #48357 from r-ryantm/auto-update/slurm
Browse files Browse the repository at this point in the history
slurm: 18.08.0-1 -> 18.08.1.1
  • Loading branch information
markuskowa committed Oct 14, 2018
2 parents 2bd753b + 6a1e3aa commit 1e773a5
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 {
name = "slurm-${version}";
version = "18.08.0-1";
version = "18.08.1.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 = "${builtins.replaceStrings ["."] ["-"] name}";
sha256 = "0mnaynnpz0cyd1lspcln6h6w5d7brcw3yiqsfxqrfhlmygyp21wq";
sha256 = "1yndxi11vj0di3yf6ky78zcnffk6d3676gf5y7jn7vwxxmzm4h5k";
};

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

0 comments on commit 1e773a5

Please sign in to comment.