vitess: 16.0.0 -> 16.0.1

This commit is contained in:
R. Ryantm
2023-04-04 06:27:30 +00:00
parent dcf9f37aef
commit d85482117b
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "vitess";
version = "16.0.0";
version = "16.0.1";
src = fetchFromGitHub {
owner = "vitessio";
repo = pname;
rev = "v${version}";
hash = "sha256-Gvk608nM7Uiazuf9qzmd0uzBP4vPSQfkpAWvnSeWm84=";
hash = "sha256-2iy80Ac8yh7lTiM53qXygVX/n3r2C/MmijoQRXIhoRk=";
};
vendorHash = "sha256-3GqEMoFYm0TZihoPINf8mwCl3Ky6Lt+LxueYLoFDj2g=";
vendorHash = "sha256-hC0skrEDXn6SXjH75ur77I0pHnGSURErAy97lmVvqro=";
buildInputs = [ sqlite ];