Skip to content

Commit ab00f18

Browse files
deck: 1.45.0 -> 1.46.1 (#396292)
Co-authored-by: liyangau <[email protected]>
2 parents 5b037fa + 6b51dec commit ab00f18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/de/deck/package.nix

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

99
buildGoModule rec {
1010
pname = "deck";
11-
version = "1.45.0";
11+
version = "1.46.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "Kong";
1515
repo = "deck";
1616
tag = "v${version}";
17-
hash = "sha256-XIv1ql2PNhosFVlw9nfXcoTouTkIC3chtWLDjrsF0nY=";
17+
hash = "sha256-8eqEGIIYFopAjM7ZxEFif1d8+FEt3s/WyVDr0GpNETk=";
1818
};
1919

2020
nativeBuildInputs = [ installShellFiles ];
@@ -27,7 +27,7 @@ buildGoModule rec {
2727
];
2828

2929
proxyVendor = true; # darwin/linux hash mismatch
30-
vendorHash = "sha256-bVHRzhie5OkuZ8MJ5LnXqr8R38exq5nwrU1w5gSfhVI=";
30+
vendorHash = "sha256-uG57kfTT10VcKAKPKJMde94yV93H2Kq84oQ8g7/OCRE=";
3131

3232
postInstall = ''
3333
installShellCompletion --cmd deck \

0 commit comments

Comments
 (0)