Skip to content

Commit 66b05cf

Browse files
committed
dbmate: 1.16.2 -> 2.0.1
1 parent 33c9fd8 commit 66b05cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/tools/database/dbmate/default.nix

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

33
buildGoModule rec {
44
pname = "dbmate";
5-
version = "1.16.2";
5+
version = "2.0.1";
66

77
src = fetchFromGitHub {
88
owner = "amacneil";
99
repo = "dbmate";
1010
rev = "v${version}";
11-
sha256 = "sha256-5hjAP2+0hbYcA9G7YJyRqqp1ZC8LzFDomjeFjl4z4FY=";
11+
sha256 = "sha256-zARaxjzVTi90BkwPOyfGYk3mBHRoAGMOe2LPlJB4Mvo=";
1212
};
1313

14-
vendorHash = "sha256-7fC1jJMY/XK+GX5t2/o/k+EjFxAlRAmiemMcWaZhL9o=";
14+
vendorHash = "sha256-NZ2HVFViU8Vzwyo33cueNJwdCT4exZlB7g4WgoWKZBE=";
1515

1616
doCheck = false;
1717

0 commit comments

Comments
 (0)