Skip to content

Commit

Permalink
update bumper
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez committed Sep 6, 2024
1 parent e18128f commit 73585b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hosts/darwin/MacBook-Pro-2/direnvs/mf/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

bumper = pkgs.buildGoModule rec {
pname = "bumper";
version = "0.5.6";
version = "0.5.7";
src = builtins.fetchGit {
url = "git@github.com:moovfinancial/bumper.git";
ref = "refs/tags/v${version}";
rev = "1c122215b3d00cf15d3e1669c00695fe8e2b4586";
rev = "f888b5d97029fd8a48e7e685a3c3718a3cc99ba2";
};
doCheck = false;
vendorHash = "sha256-3BAqRlFlEhme8q6IOFpyFHF9nH2FN19KtS0ChFLbChU=";
vendorHash = "sha256-x3SX13FhdWUQpbil1Eoo6IQSRjbEfZKGeNg+819WNCQ=";
};

librdkafka = pkgs.rdkafka.overrideAttrs (_: rec {
Expand Down

0 comments on commit 73585b4

Please sign in to comment.