Merge pull request #246729 from liyangau/update-deck-1250

deck: 1.23.0 -> 1.25.0
This commit is contained in:
Pol Dellaiera 2023-08-02 14:25:34 +02:00 committed by GitHub
commit 994acef06c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,15 @@
{ buildGoModule, lib, installShellFiles, fetchFromGitHub }: { buildGoModule, lib, installShellFiles, fetchFromGitHub }:
let let
short_hash = "69aa892"; short_hash = "86497a5";
in buildGoModule rec { in buildGoModule rec {
pname = "deck"; pname = "deck";
version = "1.23.0"; version = "1.25.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Kong"; owner = "Kong";
repo = "deck"; repo = "deck";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-PrpiZBGNb8tWt2RiZ4iHKibN+2EQRm1/tBbDLng/lkA="; hash = "sha256-dmzxCgZ0HLT9he8jS7lMtSFg5vbEbs8q368vE3lafhQ=";
}; };
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];
@ -21,7 +21,7 @@ in buildGoModule rec {
"-X github.com/kong/deck/cmd.COMMIT=${short_hash}" "-X github.com/kong/deck/cmd.COMMIT=${short_hash}"
]; ];
vendorHash = "sha256-brd+gtIHIarMv3l6O6JMDPRFlMwKSLZjBABAvByUC6o="; vendorHash = "sha256-ucwJQSZSBvSJzNQYLeNyCnZETmrNgVPFLjjkr1zP6b4=";
postInstall = '' postInstall = ''
installShellCompletion --cmd deck \ installShellCompletion --cmd deck \