Merge pull request #11756 from lancelotsix/update_slurm

pkgs.slurm-llnl: 14-11-5-1 -> 15-08-5-1
This commit is contained in:
Arseniy Seroka 2015-12-16 01:32:22 +03:00
commit e0d5bd4e55

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "slurm-llnl-${version}";
version = "14-11-5-1";
version = "15-08-5-1";
src = fetchurl {
url = "https://github.com/SchedMD/slurm/archive/slurm-${version}.tar.gz";
sha256 = "0vn2jkj83zgc4j656vm24lihapg3w3sfnzpsmynlk4r0v9cy2vcw";
sha256 = "05si1cn7zivggan25brsqfdw0ilvrlnhj96pwv16dh6vfkggzjr1";
};
buildInputs = [ python munge perl pam openssl mysql.lib ];