Merge pull request #238986 from fpletz/pkgs/stress-ng-0.15.10

stress-ng: 0.15.07 -> 0.15.10
This commit is contained in:
Felix Bühler 2023-06-21 22:13:15 +02:00 committed by GitHub
commit 4ff0f8ac60
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.07";
version = "0.15.10";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-mNV0izRm6vVmmkpI9z1lswWtyTKIc2CXIBDNyC4XDPc=";
hash = "sha256-JRdqbZAWcPBNspziM/qo2ioIaJOrMgLmx10w7NNaps0=";
};
postPatch = ''