stress-ng: 0.19.02 -> 0.19.03

This commit is contained in:
R. Ryantm 2025-08-01 12:58:59 +00:00
parent 2ea007a23b
commit 8592e20399

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.19.02";
version = "0.19.03";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = "stress-ng";
rev = "V${version}";
hash = "sha256-QEj+JC3l6O8UqK08+X2CIs/GNHdV7hn2bem3xx1jgjQ=";
hash = "sha256-k0F/1tkoyalhSNsEQk+wHGHUCDBzOkmdv6VYubesGd4=";
};
postPatch = ''