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

vitess: 19.0.4 -> 20.0.1
This commit is contained in:
Sebastián Mancilla
2024-08-21 22:05:05 -04:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "vitess";
version = "19.0.4";
version = "20.0.1";
src = fetchFromGitHub {
owner = "vitessio";
repo = pname;
rev = "v${version}";
hash = "sha256-rP2a/t+5FhGIj9T6CQodMp9YXYf3fL5oBdFpAn7e7hw=";
hash = "sha256-OkVBV/Fj2OKxkxjVBdTAyiGETuLw7OvV0KInp533iM8=";
};
vendorHash = "sha256-BlHd5GQJwdntmvVti+Jvfw65LrYM+hjwdvQ0duKk5d8=";
vendorHash = "sha256-ZDPDL7vJoPv5pIS5xhHAgLiZsiF2B85KNnqGQJPk1SQ=";
buildInputs = [ sqlite ];