stress-ng: 0.12.04 -> 0.12.11

This commit is contained in:
Fabian Affolter 2021-07-04 18:53:36 +02:00
parent b118976151
commit 229fee69b1

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.12.04";
version = "0.12.11";
src = fetchurl {
url = "https://kernel.ubuntu.com/~cking/tarballs/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-tONL2o207TfjO3qGG8Bq13y70jTWMjbaLLWPAuPzIY4=";
sha256 = "sha256-lxOTB1Mhwkw9V2ms+rtwWRHR9BHO1ZN7fP6lhSjBtOY=";
};
postPatch = ''