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

vitess: 17.0.1 -> 17.0.2
This commit is contained in:
Pol Dellaiera 2023-09-02 21:58:57 +02:00 committed by GitHub
commit bf5519b565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vitess";
version = "17.0.1";
version = "17.0.2";
src = fetchFromGitHub {
owner = "vitessio";
repo = pname;
rev = "v${version}";
hash = "sha256-EvCH1NxsGQzkXv0i5WOZXG9jeile0IHyZAoINgBIwYs=";
hash = "sha256-uST+FtYhGIn/Tieyofbh2r8xonw8qsS6ODrpd/A27r4=";
};
vendorHash = "sha256-0OrPbMG7ElOD+9/kWx1HtvGUBiFpIsNs5Vu7QofzE6Q=";