Merge pull request #115588 from r-ryantm/auto-update/stress-ng

stress-ng: 0.11.19 -> 0.12.04
This commit is contained in:
Mario Rodas 2021-03-09 19:06:57 -05:00 committed by GitHub
commit 36166cc700
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.11.19";
version = "0.12.04";
src = fetchurl {
url = "https://kernel.ubuntu.com/~cking/tarballs/${pname}/${pname}-${version}.tar.xz";
sha256 = "0s08qahjc68h5qhnahmb9z19l51p5sw2pmzrlknq1j5900zpa2x5";
sha256 = "sha256-tONL2o207TfjO3qGG8Bq13y70jTWMjbaLLWPAuPzIY4=";
};
postPatch = ''