summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/computing
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-16 12:08:24 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-07-16 12:08:24 -0700
commitb2032beb07169d17133e84e6f76d6719fd88ad89 (patch)
tree8860419674187200a56d5144a9fb3d5c15c971af /pkgs/servers/computing
parent54065ae20d6c91cab54aa706d6e819baf673b80c (diff)
slurm: 19.05.0.1 -> 19.05.1.2
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 b1233b764647..c18e71977d87 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 = "19.05.0.1";
+ version = "19.05.1.2";
# 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 = "0cc1lac7x00s1zz8p9sbaj6zg4yf4ngr0ldszhpxpvykhx9wzfay";
+ sha256 = "1r2hxfshz929fcys90rmnj8s7f204q364m6bazhiy8hhm3bsf42k";
};
outputs = [ "out" "dev" ];