stress-ng: 0.19.03 -> 0.19.04 (#439181)

authored by Wolfgang Walther and committed by GitHub b02bfd98 2fe391f1

+2 -2
+2 -2
pkgs/by-name/st/stress-ng/package.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "stress-ng"; 21 - version = "0.19.03"; 21 + version = "0.19.04"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "ColinIanKing"; 25 25 repo = "stress-ng"; 26 26 rev = "V${version}"; 27 - hash = "sha256-k0F/1tkoyalhSNsEQk+wHGHUCDBzOkmdv6VYubesGd4="; 27 + hash = "sha256-FigDqqk5eBoO6fS6s/84F6FIZRcSSVO2j4UdfmA8pUQ="; 28 28 }; 29 29 30 30 postPatch = ''