Merge pull request #114341 from r-ryantm/auto-update/honggfuzz

honggfuzz: 2.3.1 -> 2.4

authored by Fabian Affolter and committed by GitHub 04ac9dcd 33fe5408

+2 -2
+2 -2
pkgs/tools/security/honggfuzz/default.nix
··· 5 let 6 honggfuzz = stdenv.mkDerivation rec { 7 pname = "honggfuzz"; 8 - version = "2.3.1"; 9 10 src = fetchFromGitHub { 11 owner = "google"; 12 repo = pname; 13 rev = version; 14 - sha256 = "0dcl5a5jykgfmnfj42vl7kah9k26wg38l2g6yfh5pssmlf0nax33"; 15 }; 16 17 postPatch = ''
··· 5 let 6 honggfuzz = stdenv.mkDerivation rec { 7 pname = "honggfuzz"; 8 + version = "2.4"; 9 10 src = fetchFromGitHub { 11 owner = "google"; 12 repo = pname; 13 rev = version; 14 + sha256 = "sha256-sU5lmlfmvVWo4K96sI+xQsPfTMd1wsLbihcKI4aTj6g="; 15 }; 16 17 postPatch = ''