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

stress-ng: 0.11.02 -> 0.11.07
This commit is contained in:
Mario Rodas 2020-04-07 20:47:42 -05:00 committed by GitHub
commit b08633713d
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.02";
version = "0.11.07";
src = fetchurl {
url = "https://kernel.ubuntu.com/~cking/tarballs/${pname}/${pname}-${version}.tar.xz";
sha256 = "0vwqv3hq7h4z53ayk2c69zf60ncr0v2g0vxaci1pmxlhiz56y6md";
sha256 = "1kyxkwn18y4161yyvxw3hd9xlzwlp270sn4gpnzvmr6rwxhr0nvh";
};
postPatch = ''