vitess: 19.0.3 -> 19.0.4

This commit is contained in:
R. Ryantm 2024-05-26 23:31:32 +00:00
parent 8de5bd2ac7
commit 089b208a7b

View File

@ -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 ];