Skip to content

Commit

Permalink
dbmate: 2.23.0 -> 2.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and wegank committed Jan 4, 2025
1 parent 8cb0cd7 commit f781f92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/db/dbmate/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "dbmate";
version = "2.23.0";
version = "2.24.2";

src = fetchFromGitHub {
owner = "amacneil";
repo = "dbmate";
tag = "v${version}";
hash = "sha256-xmQS0eBOgll8+AU/kQriClqtwrfIz606/o7jEJlQLV8=";
hash = "sha256-Ot8lHwrI848tI8ZGRmw3StLhB5ypTUWZQRCEpW95zGs=";
};

vendorHash = "sha256-xJIY0vaN7gw/EhqeepKQPhaKISXNNPnaAMbowmHSUz4=";
vendorHash = "sha256-zu9ilKGWVTNJAOtYIUoHC4yXbBgwmmp2Idv8ZKRZ+b8=";

doCheck = false;

Expand Down

0 comments on commit f781f92

Please sign in to comment.