stress-ng: 0.18.11 -> 0.18.12

This commit is contained in:
R. Ryantm
2025-03-30 19:11:49 +00:00
parent c68937a0a0
commit 98002c07c4
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.18.11";
version = "0.18.12";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = "stress-ng";
rev = "V${version}";
hash = "sha256-2C/hOjlv9pMLOa0hPSgN+az45qOXekaCAfl++J/cV3M=";
hash = "sha256-utMX7bKtE2zdbOjzkwF+0Ry8Og4nSc7s4WIPYfUmQ/I=";
};
postPatch = ''