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

stress-ng: 0.17.06 -> 0.17.07
This commit is contained in:
Maximilian Bosch 2024-04-07 10:18:20 +00:00 committed by GitHub
commit e7050d011f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.17.06";
version = "0.17.07";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-69Ckl3n09J25Y0hzkH/RV9hJNlSfYfoxTdWiD5gBlQQ=";
hash = "sha256-eXDCzyZ/YeumHjuLpr6stkWkApwfi8ExDx3uZTVa/cs=";
};
postPatch = ''