Merge pull request #114341 from r-ryantm/auto-update/honggfuzz
honggfuzz: 2.3.1 -> 2.4
This commit is contained in:
commit
04ac9dcd31
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
let
|
let
|
||||||
honggfuzz = stdenv.mkDerivation rec {
|
honggfuzz = stdenv.mkDerivation rec {
|
||||||
pname = "honggfuzz";
|
pname = "honggfuzz";
|
||||||
version = "2.3.1";
|
version = "2.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0dcl5a5jykgfmnfj42vl7kah9k26wg38l2g6yfh5pssmlf0nax33";
|
sha256 = "sha256-sU5lmlfmvVWo4K96sI+xQsPfTMd1wsLbihcKI4aTj6g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue