stress-ng: 0.18.02 -> 0.18.04 (#338861)

This commit is contained in:
Weijia Wang
2024-09-09 19:44:47 +02:00
committed by GitHub
+2 -2
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 = ''