Unverified Commit 0d5ea3ea authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

usql: 0.19.16 -> 0.19.17 (#384411)

parents 3bb5c7f4 fba4d993
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildGoModule rec {
  pname = "usql";
  version = "0.19.16";
  version = "0.19.17";

  src = fetchFromGitHub {
    owner = "xo";
    repo = "usql";
    rev = "v${version}";
    hash = "sha256-zV/6AIglY1tEeOe2bYZqpOOkuS8O+YklXkwsDidap0U=";
    hash = "sha256-ouUIGvVyQY6tT97HWeDmVvKsVRIVZYI/GEF4P2k7F8Q=";
  };

  buildInputs = [
@@ -25,7 +25,7 @@ buildGoModule rec {
    icu
  ];

  vendorHash = "sha256-NTbsyoKL5lyY7sUjmKFGH1USCGa1EwtjWOhxQEohQr4=";
  vendorHash = "sha256-s7lW8kNFfag6TUjzjjUAmAtF/T2gpi7tfnmvuPnSJx8=";
  proxyVendor = true;

  # Exclude drivers from the bad group