stress-ng: 0.21.02 -> 0.21.03

This commit is contained in:
R. Ryantm
2026-06-12 08:56:28 +00:00
parent 22bd7614cd
commit 16ce3054f1
+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 = ''