lol

usql: 0.19.16 -> 0.19.17 (#384411)

authored by

Nick Cao and committed by
GitHub
0d5ea3ea 3bb5c7f4

+3 -3
+3 -3
pkgs/by-name/us/usql/package.nix
··· 11 11 12 12 buildGoModule rec { 13 13 pname = "usql"; 14 - version = "0.19.16"; 14 + version = "0.19.17"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "xo"; 18 18 repo = "usql"; 19 19 rev = "v${version}"; 20 - hash = "sha256-zV/6AIglY1tEeOe2bYZqpOOkuS8O+YklXkwsDidap0U="; 20 + hash = "sha256-ouUIGvVyQY6tT97HWeDmVvKsVRIVZYI/GEF4P2k7F8Q="; 21 21 }; 22 22 23 23 buildInputs = [ ··· 25 25 icu 26 26 ]; 27 27 28 - vendorHash = "sha256-NTbsyoKL5lyY7sUjmKFGH1USCGa1EwtjWOhxQEohQr4="; 28 + vendorHash = "sha256-s7lW8kNFfag6TUjzjjUAmAtF/T2gpi7tfnmvuPnSJx8="; 29 29 proxyVendor = true; 30 30 31 31 # Exclude drivers from the bad group