Merge pull request #129260 from fabaff/bump-stress-ng

stress-ng: 0.12.04 -> 0.12.11
This commit is contained in:
Fabian Affolter 2021-07-05 22:54:31 +02:00 committed by GitHub
commit 6177d14c9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''