dbmate: 2.26.0 -> 2.27.0

This commit is contained in:
R. Ryantm 2025-04-29 20:15:24 +00:00
parent 5bc703b05e
commit 4ed20e62fb

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "dbmate";
version = "2.26.0";
version = "2.27.0";
src = fetchFromGitHub {
owner = "amacneil";
repo = "dbmate";
tag = "v${version}";
hash = "sha256-fxlarxb0HAUPDFI0dtnRTKkLoRS/dfs6ZaNPU0UKS4Y=";
hash = "sha256-HlX84eqM9s9EWCKnFDqcpUoEBc20/fpw1KHQ7q0UkLo=";
};
vendorHash = "sha256-a7EUZXCth2lj172xwyNldoEKHnZrncX4RetAUNAZsrg=";
vendorHash = "sha256-yZmTzoa/tl/vJWX5Ds0wL14iAc2uxJHRWCS5XMN12Hs=";
doCheck = false;