stress-ng: 0.21.01 -> 0.21.02

This commit is contained in:
R. Ryantm
2026-06-02 10:05:38 +00:00
parent 017304cea5
commit 2347d43f54
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "stress-ng";
version = "0.21.01";
version = "0.21.02";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = "stress-ng";
tag = "V${finalAttrs.version}";
hash = "sha256-GC9FN8nHhBLS9E+7kN0aNAIo8VbUIPG26/bRUarsiIc=";
hash = "sha256-kRyQCuDarSUkJRqYEj3JAii4JeFlruZe+b5Hz81VVdU=";
};
postPatch = ''