We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b88dd5 + 568375f commit 5dbb3edCopy full SHA for 5dbb3ed
pkgs/by-name/de/deck/package.nix
@@ -8,13 +8,13 @@
8
9
buildGoModule rec {
10
pname = "deck";
11
- version = "1.44.1";
+ version = "1.45.0";
12
13
src = fetchFromGitHub {
14
owner = "Kong";
15
repo = "deck";
16
tag = "v${version}";
17
- hash = "sha256-PXFbYxBlHLWcxzyWfbK+n7G/dt/MgbyC1gGy7sq0OtM=";
+ hash = "sha256-XIv1ql2PNhosFVlw9nfXcoTouTkIC3chtWLDjrsF0nY=";
18
};
19
20
nativeBuildInputs = [ installShellFiles ];
@@ -27,7 +27,7 @@ buildGoModule rec {
27
];
28
29
proxyVendor = true; # darwin/linux hash mismatch
30
- vendorHash = "sha256-XBiOAVXuvhaJrhgvM2b/rdt/bmvMAp6ctgWzIgeaUGc=";
+ vendorHash = "sha256-bVHRzhie5OkuZ8MJ5LnXqr8R38exq5nwrU1w5gSfhVI=";
31
32
postInstall = ''
33
installShellCompletion --cmd deck \
0 commit comments