stress-ng: 0.19.06 -> 0.20.00

This commit is contained in:
R. Ryantm
2026-02-01 23:44:22 +01:00
committed by Weijia Wang
parent 57cad32fa3
commit 6048ee43c7
+3 -3
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "stress-ng";
version = "0.19.06";
version = "0.20.00";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = "stress-ng";
rev = "V${finalAttrs.version}";
hash = "sha256-xnH4Oy+DZcKSphshGkhDUPv5VNRSIS4i8qr0yXXvvjs=";
tag = "V${finalAttrs.version}";
hash = "sha256-KbsxZhsS5q/MZ2laA16ideicRu7oezH12yzmEBMyzVc=";
};
postPatch = ''