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

stress-ng: 0.12.11 -> 0.13.00
This commit is contained in:
Maximilian Bosch 2021-08-31 20:53:09 +02:00 committed by GitHub
commit ca6920b562
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.11";
version = "0.13.00";
src = fetchurl {
url = "https://kernel.ubuntu.com/~cking/tarballs/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-lxOTB1Mhwkw9V2ms+rtwWRHR9BHO1ZN7fP6lhSjBtOY=";
sha256 = "sha256-HO/kowV8FSKxRuYvYbgM5uLpnaLYXr4lvAP8RSKOWM0=";
};
postPatch = ''