usql: 0.19.2 -> 0.19.3

This commit is contained in:
R. Ryantm 2024-06-14 13:51:17 +00:00
parent f172255668
commit 31357d47ed

View File

@ -11,18 +11,18 @@
buildGoModule rec {
pname = "usql";
version = "0.19.2";
version = "0.19.3";
src = fetchFromGitHub {
owner = "xo";
repo = "usql";
rev = "v${version}";
hash = "sha256-ahaRrSRk8n8gjFy/B/yG1ORUlNcmMuUF9eyirZMhxeI=";
hash = "sha256-VenqDYkBJ4XJ2zV7kaVvwlgDyCaTY77zQ5hPq5cOZKg=";
};
buildInputs = [ unixODBC icu ];
vendorHash = "sha256-f0rpkYGaorOaIikUVcibyDMTbBJK6DF5EguSPHolsIk=";
vendorHash = "sha256-KdLUxgNGMkkWBhUpXSecu0m3fsKl7Qj8Aw3z8WcdnSs=";
proxyVendor = true;
# Exclude drivers from the bad group