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

stress-ng: 0.15.05 -> 0.15.06
This commit is contained in:
Renaud 2023-03-26 23:25:05 +02:00 committed by GitHub
commit ac01c345ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.15.05";
version = "0.15.06";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-MyV2GocnmZ9BqHq5ibjHenks5aSJkKdpqUXIDPxjfms=";
hash = "sha256-64PEeVpbFs0BjH4DvATlwErxqeJl/vn5otfiylT1RNk=";
};
postPatch = ''