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

vitess: 19.0.3 -> 19.0.4
This commit is contained in:
Pol Dellaiera
2024-05-27 23:44:48 +02:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "vitess";
version = "19.0.3";
version = "19.0.4";
src = fetchFromGitHub {
owner = "vitessio";
repo = pname;
rev = "v${version}";
hash = "sha256-Zy54nZCnwyZ1JNPvaKi0/bRt5g5ucPANwer/3pl4dGU=";
hash = "sha256-rP2a/t+5FhGIj9T6CQodMp9YXYf3fL5oBdFpAn7e7hw=";
};
vendorHash = "sha256-QUzBxYEvxVzv4c8tKiFb+4NLy8RsXh0QTn9twfstMtw=";
vendorHash = "sha256-BlHd5GQJwdntmvVti+Jvfw65LrYM+hjwdvQ0duKk5d8=";
buildInputs = [ sqlite ];