3
0
Fork 0
forked from mirrors/nixpkgs

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

vitess: 15.0.1 -> 15.0.2
This commit is contained in:
figsoda 2022-12-31 21:11:45 -05:00 committed by GitHub
commit ba78578518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vitess";
version = "15.0.1";
version = "15.0.2";
src = fetchFromGitHub {
owner = "vitessio";
repo = pname;
rev = "v${version}";
hash = "sha256-na7s39Mn6Kn9+edGu8ThCuYB7ZguDGC4MDsq14bOjME=";
hash = "sha256-NkJqJYmUf92QiPazxRWNsxZh0Pvc73l35hP1gmk4Fv0=";
};
vendorHash = "sha256-+yCznSxv0EWoKiQIgFEQ/iUxrlQ5A1HYNkoMiRDG3ik=";