stress-ng: 0.10.02 -> 0.10.05
This commit is contained in:
parent
2ff3620d0d
commit
3eb894e55b
|
@ -4,11 +4,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "stress-ng";
|
||||
version = "0.10.02";
|
||||
version = "0.10.05";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://kernel.ubuntu.com/~cking/tarballs/${pname}/${pname}-${version}.tar.xz";
|
||||
sha256 = "100daxz0j80jhmpfnqa78mvfwq1qj7zb67y7w9f747a0f1havvim";
|
||||
sha256 = "0hkghs99fl8kzg3lkkd4w6cj5133zr9a415py0ng60kzrfffmgdy";
|
||||
};
|
||||
|
||||
# All platforms inputs then Linux-only ones
|
||||
|
|
Loading…
Reference in New Issue