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

stress-ng: 0.17.07 -> 0.17.08

authored by Weijia Wang and committed by GitHub c7df1271 4bf4f5cb

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