stress-ng: 0.17.01 -> 0.17.02

This commit is contained in:
R. Ryantm 2023-12-08 15:38:00 +00:00
parent 4c37153a2c
commit 30c21b6628

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.17.01";
version = "0.17.02";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-hTwA0BT8r54Gnyf/itP2onQE6zhNEoejseuIEwvx4D8=";
hash = "sha256-9pdTxGH9Oghg0Brxi6v/3ghsuT2aX/bAGVQPNjik3Zk=";
};
postPatch = ''