slurm: 17.02.6 -> 17.02.9 for CVE-2017-15566
This commit is contained in:
parent
7c91237239
commit
88c6c1916c
1 changed files with 5 additions and 3 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "slurm-${version}";
|
||||
version = "17.02.6";
|
||||
version = "17.02.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.schedmd.com/downloads/latest/slurm-17.02.6.tar.bz2";
|
||||
sha256 = "1sp4xg15jc569r6dh61svgk2fmy3ndcgr5358yryajslf1w14mzh";
|
||||
url = "https://download.schedmd.com/slurm/${name}.tar.bz2";
|
||||
sha256 = "0w8v7fzbn7b3f9kg6lcj2jpkzln3vcv9s2cz37xbdifz0m2p1x7s";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
|
|||
rm -f $out/lib/*.la $out/lib/slurm/*.la
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.schedmd.com/;
|
||||
description = "Simple Linux Utility for Resource Management";
|
||||
|
|
Loading…
Reference in a new issue