Skip to content

Commit ede31cd

Browse files
authored
dbmate: 2.25.0 -> 2.26.0 (#387142)
2 parents 36ef7e2 + 70e75d7 commit ede31cd

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.25.0";
8+
version = "2.26.0";
99

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

17-
vendorHash = "sha256-PpEWupCSyxzei8faGzJzWyfcrvgF9IiPRyjxasJ2XlM=";
17+
vendorHash = "sha256-a7EUZXCth2lj172xwyNldoEKHnZrncX4RetAUNAZsrg=";
1818

1919
doCheck = false;
2020

0 commit comments

Comments
 (0)