stress-ng: 0.17.00 -> 0.17.01

This commit is contained in:
R. Ryantm 2023-11-10 14:02:03 +00:00 committed by Bjørn Forsman
parent 7585c07e67
commit a7f1cc0ce1

View File

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