bingo: 0.8.0 -> 0.9.0

This commit is contained in:
Aaron Jheng 2023-11-28 08:34:43 +00:00
parent 337f0451e8
commit af9c700dfc
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
2 changed files with 4 additions and 7 deletions

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "bingo";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "bwplotka";
repo = "bingo";
rev = "v${version}";
hash = "sha256-YvBRI1i7ICnacYQv7rNDuUnqhuLXJ4eAZhT0ce3vFuU=";
hash = "sha256-bzh6P+J8EoewjOofwWXMgtSXAhESetD3y9EiqLNOT54=";
};
vendorHash = "sha256-28p1g+p+guJ0x4/5QDGsGN6gDnZkE4AKF/2cFgNjPDM=";
vendorHash = "sha256-cDeeRkTwuwEKNTqK/6ZEKANrjTIUTeR3o5oClkJQ4AE=";
postPatch = ''
rm get_e2e_test.go get_e2e_utils_test.go

View File

@ -358,10 +358,7 @@ with pkgs;
binbloom = callPackage ../tools/security/binbloom { };
bingo = callPackage ../development/tools/bingo {
# See https://github.com/bwplotka/bingo/issues/143.
buildGoModule = buildGo120Module;
};
bingo = callPackage ../development/tools/bingo { };
bin2c = callPackage ../development/tools/bin2c { };