usql: 0.9.2 -> 0.9.3

This commit is contained in:
R. RyanTM 2021-08-22 18:41:18 +00:00
parent 45d3c11c72
commit 0dabddc50e

View file

@ -7,16 +7,16 @@
buildGoModule rec { buildGoModule rec {
pname = "usql"; pname = "usql";
version = "0.9.2"; version = "0.9.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xo"; owner = "xo";
repo = "usql"; repo = "usql";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-vLGoPttl7f4qCVM8e0F0llIODuNqJ7GxXqbUgokv7Qw="; sha256 = "sha256-NHeJSWrcX4hYBJpZu/UjQ1ZWfcUnWFCV0Meo+XveDOw=";
}; };
vendorSha256 = "sha256-sGECp1L6WzIPGbQbBoV1IrTgyy4/c95OLAmj9D0FjXs="; vendorSha256 = "sha256-EsLLBhyOcupx5LrJyWWMu4RAGWDKo3keflyZOASKldE=";
buildInputs = [ unixODBC icu ]; buildInputs = [ unixODBC icu ];