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

stress-ng: 0.18.00 -> 0.18.01
This commit is contained in:
Renaud 2024-07-05 17:53:25 +02:00 committed by GitHub
commit 554d2634ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.18.00";
version = "0.18.01";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-rZPfo5PKNXsjNuKNI7nH6JWC/enQIkvREcbgxZCoxEU=";
hash = "sha256-of+sjt8niAR/zEZTlhNP395nyoGoBFQFsHmHmCpX7NQ=";
};
postPatch = ''