usql: 0.9.3 -> 0.11.12

This commit is contained in:
Anthony Roussel 2022-08-03 15:54:34 +02:00 committed by zowoq
parent 2429891689
commit 9623e3221b

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "usql";
version = "0.9.3";
version = "0.11.12";
src = fetchFromGitHub {
owner = "xo";
repo = "usql";
rev = "v${version}";
sha256 = "sha256-NHeJSWrcX4hYBJpZu/UjQ1ZWfcUnWFCV0Meo+XveDOw=";
sha256 = "sha256-0uXcCwMIhr+8snH3HqQ+ZXtTrYD6ufCTVaZPi1+RwUw=";
};
vendorSha256 = "sha256-EsLLBhyOcupx5LrJyWWMu4RAGWDKo3keflyZOASKldE=";
vendorSha256 = "sha256-9XyG0Fu3idxGG01MoBr5BMoQSz+dyZFEXRNvvb+XWjA=";
buildInputs = [ unixODBC icu ];