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 5b037fa + 6b51dec commit ab00f18Copy full SHA for ab00f18
pkgs/by-name/de/deck/package.nix
@@ -8,13 +8,13 @@
8
9
buildGoModule rec {
10
pname = "deck";
11
- version = "1.45.0";
+ version = "1.46.1";
12
13
src = fetchFromGitHub {
14
owner = "Kong";
15
repo = "deck";
16
tag = "v${version}";
17
- hash = "sha256-XIv1ql2PNhosFVlw9nfXcoTouTkIC3chtWLDjrsF0nY=";
+ hash = "sha256-8eqEGIIYFopAjM7ZxEFif1d8+FEt3s/WyVDr0GpNETk=";
18
};
19
20
nativeBuildInputs = [ installShellFiles ];
@@ -27,7 +27,7 @@ buildGoModule rec {
27
];
28
29
proxyVendor = true; # darwin/linux hash mismatch
30
- vendorHash = "sha256-bVHRzhie5OkuZ8MJ5LnXqr8R38exq5nwrU1w5gSfhVI=";
+ vendorHash = "sha256-uG57kfTT10VcKAKPKJMde94yV93H2Kq84oQ8g7/OCRE=";
31
32
postInstall = ''
33
installShellCompletion --cmd deck \
0 commit comments