stress-ng: 0.04.15 -> 0.04.16
This commit is contained in:
parent
b313fb0997
commit
9aa595ef50
@ -1,11 +1,13 @@
|
|||||||
{ stdenv, fetchurl, attr, keyutils }:
|
{ stdenv, fetchurl, attr, keyutils }:
|
||||||
|
|
||||||
let version = "0.04.15"; in
|
let
|
||||||
stdenv.mkDerivation rec {
|
version = "0.04.16";
|
||||||
name = "stress-ng-${version}";
|
name = "stress-ng-${version}";
|
||||||
|
in stdenv.mkDerivation {
|
||||||
|
inherit name;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
sha256 = "1jazcfviqx3pyhv2jzsp6y37ndsj1smfk6jacpxg9vrg5k3cm3wq";
|
sha256 = "0v4zqjh07zc8s4dd1w9iri79dcjfbnv7668rbkmp3pgqzpxdy5wx";
|
||||||
url = "http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.gz";
|
url = "http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.gz";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -36,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://kernel.ubuntu.com/~cking/stress-ng;
|
homepage = http://kernel.ubuntu.com/~cking/stress-ng;
|
||||||
downloadPage = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/;
|
downloadPage = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = with platforms; linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ nckx ];
|
maintainers = with maintainers; [ nckx ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user