Merge pull request #269727 from r-ryantm/auto-update/sqlc
sqlc: 1.23.0 -> 1.24.0
This commit is contained in:
commit
4074ee2bc8
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib, buildGoModule, fetchFromGitHub }:
|
{ lib, buildGoModule, fetchFromGitHub }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.23.0";
|
version = "1.24.0";
|
||||||
in
|
in
|
||||||
buildGoModule {
|
buildGoModule {
|
||||||
pname = "sqlc";
|
pname = "sqlc";
|
||||||
|
@ -11,11 +11,11 @@ buildGoModule {
|
||||||
owner = "sqlc-dev";
|
owner = "sqlc-dev";
|
||||||
repo = "sqlc";
|
repo = "sqlc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-MM4O/njW4R1darZMtoevuLMt14/BrCAaFvSX06CTso8=";
|
hash = "sha256-j+pyj1CJw0L3s4Nyhy+XXUgX2wbrOWveEJQ4cFhQEvs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
vendorHash = "sha256-tJ+Bih+vwkYfEvIsJ6R2Z0eDS9m1eTOS68uyad0F6f0=";
|
vendorHash = "sha256-xOMqZCuENGuCs+VkbCxMpXOEr4MALhlveTfUHEPnP1w=";
|
||||||
|
|
||||||
subPackages = [ "cmd/sqlc" ];
|
subPackages = [ "cmd/sqlc" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue