Skip to content

Commit

Permalink
update bumper
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez committed Aug 27, 2024
1 parent e9d1429 commit e21f571
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.4";
version = "0.5.6";
src = builtins.fetchGit {
url = "git@github.com:moovfinancial/bumper.git";
ref = "refs/tags/v${version}";
rev = "3030fefede578d202e6906a778a87399b4bf21bb";
rev = "1c122215b3d00cf15d3e1669c00695fe8e2b4586";
};
doCheck = false;
vendorHash = "sha256-jJBndkRKHdGMa6pVTWNz8EGJIwn9rPAdy+u4RbF57lw=";
vendorHash = "sha256-3BAqRlFlEhme8q6IOFpyFHF9nH2FN19KtS0ChFLbChU=";
};

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

0 comments on commit e21f571

Please sign in to comment.