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

stress-ng: 0.15.10 -> 0.16.04
This commit is contained in:
Weijia Wang 2023-08-29 22:14:05 +02:00 committed by GitHub
commit f3e591089a
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.10";
version = "0.16.04";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-JRdqbZAWcPBNspziM/qo2ioIaJOrMgLmx10w7NNaps0=";
hash = "sha256-Qr1t+xyl0aS2tSB+DyS7oXOkbcJRaSabS6g/qc8hdWc=";
};
postPatch = ''