stress-ng: 0.20.01 -> 0.21.00

This commit is contained in:
R. Ryantm
2026-04-01 19:37:28 +00:00
parent 5f3cb1696b
commit 4eee674581
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "stress-ng";
version = "0.20.01";
version = "0.21.00";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = "stress-ng";
tag = "V${finalAttrs.version}";
hash = "sha256-C9TpUM18W+ARFAFLSqTl6RjRrI60pxhdP/veBHu2cco=";
hash = "sha256-kFIrbt/jJuQnuWmQUBuiFGuAfBb2pUtujhj6bwpDF4k=";
};
postPatch = ''