lol

Merge pull request #301763 from r-ryantm/auto-update/stress-ng

stress-ng: 0.17.06 -> 0.17.07

authored by

Maximilian Bosch and committed by
GitHub
e7050d01 42cebbe5

+2 -2
+2 -2
pkgs/tools/system/stress-ng/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "stress-ng"; 7 - version = "0.17.06"; 7 + version = "0.17.07"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "ColinIanKing"; 11 11 repo = pname; 12 12 rev = "V${version}"; 13 - hash = "sha256-69Ckl3n09J25Y0hzkH/RV9hJNlSfYfoxTdWiD5gBlQQ="; 13 + hash = "sha256-eXDCzyZ/YeumHjuLpr6stkWkApwfi8ExDx3uZTVa/cs="; 14 14 }; 15 15 16 16 postPatch = ''