Unverified Commit 891a9ea2 authored by adisbladis's avatar adisbladis Committed by GitHub
Browse files

Merge pull request #263515 from r-ryantm/auto-update/sqlc

sqlc: 1.22.0 -> 1.23.0
parents 02b72dc7 0ddd11f1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ lib, buildGoModule, fetchFromGitHub }:

let
  version = "1.22.0";
  version = "1.23.0";
in
buildGoModule {
  pname = "sqlc";
@@ -11,11 +11,11 @@ buildGoModule {
    owner = "sqlc-dev";
    repo = "sqlc";
    rev = "v${version}";
    hash = "sha256-aSu+d3ti/PpR5oQwciq1Cz+vxDPunGsVaUg/o/rfmsY=";
    hash = "sha256-MM4O/njW4R1darZMtoevuLMt14/BrCAaFvSX06CTso8=";
  };

  proxyVendor = true;
  vendorHash = "sha256-sjGswoIUM+UL6qJORdB3UmPh7T6JmTBI5kksgGcRtY0=";
  vendorHash = "sha256-tJ+Bih+vwkYfEvIsJ6R2Z0eDS9m1eTOS68uyad0F6f0=";

  subPackages = [ "cmd/sqlc" ];