Unverified Commit f0703923 authored by Anthony Roussel's avatar Anthony Roussel Committed by GitHub
Browse files

usql: 0.18.1 -> 0.19.1 (#311166)

parent 8278bf90
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,18 +11,18 @@

buildGoModule rec {
  pname = "usql";
  version = "0.18.1";
  version = "0.19.1";

  src = fetchFromGitHub {
    owner = "xo";
    repo = "usql";
    rev = "v${version}";
    hash = "sha256-2/qB05LQGw4XjnODn0dzuTVqkc9X6YACJ45z+/juHXk=";
    hash = "sha256-O0NsxOPp09W6FFdVjoCBUDSEkMct/MX/sLWDpoCmwwM=";
  };

  buildInputs = [ unixODBC icu ];

  vendorHash = "sha256-PFXULlYMSUoJ23jDA3CTImiUAlcoqHoh1zq+749qO2g=";
  vendorHash = "sha256-4WGxstIwjq7u+4UZ03IAONi58Vlg3p82fEOkfPS3eT4=";
  proxyVendor = true;

  # Exclude drivers from the bad group