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 fc14024 + 36c91ba commit 73e0dd9Copy full SHA for 73e0dd9
pkgs/applications/networking/deck/default.nix
@@ -2,13 +2,13 @@
2
3
buildGoModule rec {
4
pname = "deck";
5
- version = "1.39.6";
+ version = "1.40.1";
6
7
src = fetchFromGitHub {
8
owner = "Kong";
9
repo = "deck";
10
rev = "v${version}";
11
- hash = "sha256-IiwS+NsjXW4kVAaJnsI8HEAl2pPRQr3K2ZpC7n/VjU4=";
+ hash = "sha256-wb7/g1g7gxKhZyK7GW+6aGwuD+Dkcdg2Zpc0JCxVPjM=";
12
};
13
14
nativeBuildInputs = [ installShellFiles ];
@@ -21,7 +21,7 @@ buildGoModule rec {
21
];
22
23
proxyVendor = true; # darwin/linux hash mismatch
24
- vendorHash = "sha256-wpTXuyeUIPg6WPzVyOIFadodlKHzr5DeDeHhDRKsYbY=";
+ vendorHash = "sha256-8o3jXkhfRIGGPtw8ow+NyAYAuCJNrBlSyfdSI0pjvDQ=";
25
26
postInstall = ''
27
installShellCompletion --cmd deck \
0 commit comments