stress-ng: 0.18.11 -> 0.18.12 (#394707)

This commit is contained in:
jopejoe1 2025-04-05 13:02:37 +02:00 committed by GitHub
commit 38afb847f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,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 = ''