stress-ng: 0.21.02 -> 0.21.03 (#530996)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-12 11:58:33 +00:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "stress-ng";
version = "0.21.02";
version = "0.21.03";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = "stress-ng";
tag = "V${finalAttrs.version}";
hash = "sha256-kRyQCuDarSUkJRqYEj3JAii4JeFlruZe+b5Hz81VVdU=";
hash = "sha256-gk66OY9QLDRKf4qQuPnRP0jPz+nArLbTKW5sKKiw5gY=";
};
postPatch = ''