Skip to content

Commit b2a4eb6

Browse files
authored
dbmate: 2.24.2 -> 2.25.0 (#375841)
2 parents 536e654 + 40c3edb commit b2a4eb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/db/dbmate/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
buildGoModule rec {
77
pname = "dbmate";
8-
version = "2.24.2";
8+
version = "2.25.0";
99

1010
src = fetchFromGitHub {
1111
owner = "amacneil";
1212
repo = "dbmate";
1313
tag = "v${version}";
14-
hash = "sha256-Ot8lHwrI848tI8ZGRmw3StLhB5ypTUWZQRCEpW95zGs=";
14+
hash = "sha256-bXiLg3l9Uj1QdEyF6JfKqHMZP7Zi1Q88SsvrX2CueM4=";
1515
};
1616

17-
vendorHash = "sha256-zu9ilKGWVTNJAOtYIUoHC4yXbBgwmmp2Idv8ZKRZ+b8=";
17+
vendorHash = "sha256-PpEWupCSyxzei8faGzJzWyfcrvgF9IiPRyjxasJ2XlM=";
1818

1919
doCheck = false;
2020

0 commit comments

Comments
 (0)