sqlc: 1.15.0 -> 1.16.0

This commit is contained in:
R. Ryantm 2022-11-10 11:54:40 +00:00
parent d01cb18be4
commit 771f3338e1

View File

@ -1,7 +1,7 @@
{ lib, buildGoModule, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub }:
let let
version = "1.15.0"; version = "1.16.0";
in in
buildGoModule { buildGoModule {
pname = "sqlc"; pname = "sqlc";
@ -11,11 +11,11 @@ buildGoModule {
owner = "kyleconroy"; owner = "kyleconroy";
repo = "sqlc"; repo = "sqlc";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Ufa5A+lsFSyxe7s0DbLhWW298Y1yaSCazMjGBryyMYY="; sha256 = "sha256-YxGMfGhcPT3Pcyxu1hAkadkJnEBMX26fE/rGfGSTsyc=";
}; };
proxyVendor = true; proxyVendor = true;
vendorSha256 = "sha256-KatF4epCzyQCoAGk1verjAYNrFcmcLiVyDI2542Vm3k="; vendorSha256 = "sha256-cMYTQ8rATCXOquSxc4iZ2MvxIaMO3RG8PZkpOwwntyc=";
subPackages = [ "cmd/sqlc" ]; subPackages = [ "cmd/sqlc" ];