stress-ng: 0.19.05 -> 0.19.06

This commit is contained in:
R. Ryantm
2025-11-05 18:49:44 +00:00
parent 99fd055825
commit 285070329c
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.19.05";
version = "0.19.06";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = "stress-ng";
rev = "V${version}";
hash = "sha256-12M2Vb3Mycxo60Uyx0ITrNoiUbH1FLYqMVNMtDWrciw=";
hash = "sha256-xnH4Oy+DZcKSphshGkhDUPv5VNRSIS4i8qr0yXXvvjs=";
};
postPatch = ''