Skip to content

Commit 73e0dd9

Browse files
authored
deck: 1.39.6 -> 1.40.1 (#341935)
2 parents fc14024 + 36c91ba commit 73e0dd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/networking/deck/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildGoModule rec {
44
pname = "deck";
5-
version = "1.39.6";
5+
version = "1.40.1";
66

77
src = fetchFromGitHub {
88
owner = "Kong";
99
repo = "deck";
1010
rev = "v${version}";
11-
hash = "sha256-IiwS+NsjXW4kVAaJnsI8HEAl2pPRQr3K2ZpC7n/VjU4=";
11+
hash = "sha256-wb7/g1g7gxKhZyK7GW+6aGwuD+Dkcdg2Zpc0JCxVPjM=";
1212
};
1313

1414
nativeBuildInputs = [ installShellFiles ];
@@ -21,7 +21,7 @@ buildGoModule rec {
2121
];
2222

2323
proxyVendor = true; # darwin/linux hash mismatch
24-
vendorHash = "sha256-wpTXuyeUIPg6WPzVyOIFadodlKHzr5DeDeHhDRKsYbY=";
24+
vendorHash = "sha256-8o3jXkhfRIGGPtw8ow+NyAYAuCJNrBlSyfdSI0pjvDQ=";
2525

2626
postInstall = ''
2727
installShellCompletion --cmd deck \

0 commit comments

Comments
 (0)