summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/deck
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-01 10:45:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-01 10:45:23 +0000
commit5bfec27bdb89708d550bc5561c1863e19789610b (patch)
tree4b9f11dfa468aa98020767ad9ff357e951b7b9a3 /pkgs/applications/networking/deck
parentc68343355218d521859abcfb5f6deb88838974cc (diff)
deck: 1.27.1 -> 1.28.0
Diffstat (limited to 'pkgs/applications/networking/deck')
-rw-r--r--pkgs/applications/networking/deck/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/deck/default.nix b/pkgs/applications/networking/deck/default.nix
index 78f9b11291fb..334818d59f51 100644
--- a/pkgs/applications/networking/deck/default.nix
+++ b/pkgs/applications/networking/deck/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "deck";
- version = "1.27.1";
+ version = "1.28.0";
src = fetchFromGitHub {
owner = "Kong";
repo = "deck";
rev = "v${version}";
- hash = "sha256-9eMcbmRCr92ebJsPTyDFnwGn3gsRpR7aAkzV6Qfntgo=";
+ hash = "sha256-glCZdaIsV8bim3iQuFKlIVmDm/YhDohVC6wIYvQuJAM=";
};
nativeBuildInputs = [ installShellFiles ];
@@ -21,7 +21,7 @@ buildGoModule rec {
];
proxyVendor = true; # darwin/linux hash mismatch
- vendorHash = "sha256-ikgD17+lnKpxCzrIkOXOq332X48qEdSWXIIRoq76fB4=";
+ vendorHash = "sha256-tDaFceewyNW19HMmfdDC2qL12hUCw5TUa3TX5TXfvVo=";
postInstall = ''
installShellCompletion --cmd deck \