Merge pull request #235306 from r-ryantm/auto-update/go-migrate

go-migrate: 4.15.2 -> 4.16.0
This commit is contained in:
Pol Dellaiera 2023-06-07 20:10:53 +02:00 committed by GitHub
commit 1529408bc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "go-migrate";
version = "4.15.2";
version = "4.16.0";
src = fetchFromGitHub {
owner = "golang-migrate";
repo = "migrate";
rev = "v${version}";
sha256 = "sha256-nVR6zMG/a4VbGgR9a/6NqMNYwFTifAZW3F6rckvOEJM=";
sha256 = "sha256-4e5aLeA9c17rOh73dZL7TDQSdP/RuTSTF8DISMagmIg=";
};
vendorSha256 = "sha256-lPNPl6fqBT3XLQie9z93j91FLtrMjKbHnXUQ6b4lDb4=";
vendorHash = "sha256-dOd5aYV7h5Bma32btEa0UpA3dnIIhwM/rl7hWrPvgMM=";
subPackages = [ "cmd/migrate" ];