sqlc: 1.15.0 -> 1.16.0
This commit is contained in:
parent
d01cb18be4
commit
771f3338e1
@ -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" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user