deck: 1.22.0 -> 1.23.0 (#241292)
Diff: https://github.com/kong/deck/compare/v1.22.0...v1.23.0 Changelog: https://github.com/Kong/deck/blob/main/CHANGELOG.md#v1230
This commit is contained in:
parent
4b4a5a4b29
commit
f6dc216ee2
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
|||
{ buildGoModule, lib, installShellFiles, fetchFromGitHub }:
|
||||
let
|
||||
short_hash = "7447a09";
|
||||
short_hash = "69aa892";
|
||||
in buildGoModule rec {
|
||||
pname = "deck";
|
||||
version = "1.22.0";
|
||||
version = "1.23.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Kong";
|
||||
repo = "deck";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-BCx4bw+FrnH291sp52Dz+dc6cYtoLAt8fmdF6YbmgOE=";
|
||||
hash = "sha256-PrpiZBGNb8tWt2RiZ4iHKibN+2EQRm1/tBbDLng/lkA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
@ -21,7 +21,7 @@ in buildGoModule rec {
|
|||
"-X github.com/kong/deck/cmd.COMMIT=${short_hash}"
|
||||
];
|
||||
|
||||
vendorSha256 = "sha256-rir8z1IwQenTvihHWaA7dx6Nn45M82ulCNRJuQlUhEM=";
|
||||
vendorHash = "sha256-brd+gtIHIarMv3l6O6JMDPRFlMwKSLZjBABAvByUC6o=";
|
||||
|
||||
postInstall = ''
|
||||
installShellCompletion --cmd deck \
|
||||
|
|
Loading…
Reference in a new issue