stress-ng: 0.21.03 -> 0.21.04

This commit is contained in:
R. Ryantm
2026-07-13 19:41:32 +00:00
parent b6511a3b8b
commit 5e9b25225d
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "stress-ng";
version = "0.21.03";
version = "0.21.04";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = "stress-ng";
tag = "V${finalAttrs.version}";
hash = "sha256-gk66OY9QLDRKf4qQuPnRP0jPz+nArLbTKW5sKKiw5gY=";
hash = "sha256-v+IGPJZL54E0rSQLfj3tOHPdGTruK+v+IT+a2I2uriA=";
};
postPatch = ''