Skip to content

Commit

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

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

0 comments on commit 7b74339

Please sign in to comment.