aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/computing
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-13 18:16:14 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-10-13 18:16:14 -0700
commit6a1e3aacf3039f782ae599c65f57aaf11fc5038b (patch)
tree2b3068b50bc2a9d645ff433d0df39777fe7ea019 /pkgs/servers/computing
parent35ce480d69778867c1de820188879bbad6bc2f75 (diff)
slurm: 18.08.0-1 -> 18.08.1.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/slurm/versions
Diffstat (limited to 'pkgs/servers/computing')
-rw-r--r--pkgs/servers/computing/slurm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/computing/slurm/default.nix b/pkgs/servers/computing/slurm/default.nix
index e016c5860f74..44ae3b894d54 100644
--- a/pkgs/servers/computing/slurm/default.nix
+++ b/pkgs/servers/computing/slurm/default.nix
@@ -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.
@@ -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" ];