stress-ng: 0.18.02 -> 0.18.04

This commit is contained in:
R. Ryantm 2024-09-09 00:49:05 +00:00
parent ca5bcf3dcf
commit 8f2c0d309a

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.18.02";
version = "0.18.04";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-iyAW/vqo+V39kVygLRESI4D9yrTsC3DETrl3dmiGBdM=";
hash = "sha256-h7VBd3KFpDiIj84tWqXFIaDYzRkM8EaolOfdnycmHIA=";
};
postPatch = ''