Merge pull request #232952 from r-ryantm/auto-update/vitess

vitess: 16.0.1 -> 16.0.2
This commit is contained in:
Mario Rodas 2023-05-20 08:28:33 -05:00 committed by GitHub
commit 63bc0d831a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vitess";
version = "16.0.1";
version = "16.0.2";
src = fetchFromGitHub {
owner = "vitessio";
repo = pname;
rev = "v${version}";
hash = "sha256-2iy80Ac8yh7lTiM53qXygVX/n3r2C/MmijoQRXIhoRk=";
hash = "sha256-8nFvNO+zb7Z0g2BMnlk+obDolCQrlfClOIg0mPW8gAU=";
};
vendorHash = "sha256-hC0skrEDXn6SXjH75ur77I0pHnGSURErAy97lmVvqro=";