stress-ng: 0.19.05 -> 0.19.06 (#458900)

This commit is contained in:
Maximilian Bosch
2025-11-14 16:26:22 +00:00
committed by GitHub

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 = ''