deck: 1.25.0 -> 1.26.0

This commit is contained in:
R. Ryantm 2023-08-10 05:45:52 +00:00
parent 246b5c28a2
commit 7741d3a9f9

View File

@ -3,13 +3,13 @@ let
short_hash = "86497a5";
in buildGoModule rec {
pname = "deck";
version = "1.25.0";
version = "1.26.0";
src = fetchFromGitHub {
owner = "Kong";
repo = "deck";
rev = "v${version}";
hash = "sha256-dmzxCgZ0HLT9he8jS7lMtSFg5vbEbs8q368vE3lafhQ=";
hash = "sha256-DxmIHJfvRZKsMyFllbfpriT4Ts9f7ha4aZcfVr/b9eA=";
};
nativeBuildInputs = [ installShellFiles ];
@ -21,7 +21,7 @@ in buildGoModule rec {
"-X github.com/kong/deck/cmd.COMMIT=${short_hash}"
];
vendorHash = "sha256-ucwJQSZSBvSJzNQYLeNyCnZETmrNgVPFLjjkr1zP6b4=";
vendorHash = "sha256-jhLZvusYpX5fW1NCmJtwE/p9/wTwzA2hbwt657VsZts=";
postInstall = ''
installShellCompletion --cmd deck \