about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-14 01:12:51 -0400
committerGitHub <noreply@github.com>2024-03-14 01:12:51 -0400
commit36a6a6aed4865aeeb2d3c3dd077992d8cd32afbc (patch)
treea1deb2b637b1b6f9572b4f3744ea2eb8dda7fc98
parentdbfd8b58a027180e1757fe1d1246e98f79e3ba7c (diff)
parente6c98dc9b8fcdc8ba9480d83ddc6524c0e0c9413 (diff)
Merge pull request #295790 from r-ryantm/auto-update/deck
deck: 1.35.0 -> 1.36.0
-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 2030070878363..e6cccf088e464 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.35.0";
+  version = "1.36.0";
 
   src = fetchFromGitHub {
     owner = "Kong";
     repo = "deck";
     rev = "v${version}";
-    hash = "sha256-Cng1T/TjhPttLFcI3if0Ea/M2edXDnrMVAFzAZmNAD8=";
+    hash = "sha256-bbHJilMh7qnGvYuid8/PmIg5m42jddqOOuMd7mzQmCo=";
   };
 
   nativeBuildInputs = [ installShellFiles ];
@@ -21,7 +21,7 @@ buildGoModule rec {
   ];
 
   proxyVendor = true; # darwin/linux hash mismatch
-  vendorHash = "sha256-tv/wI4AN10io9x1wl2etKC+MB2vz+6FkmT/eJSsT4VI=";
+  vendorHash = "sha256-Er9m8G020SKEN8jMIhEYiKvF27YY4dZvG0noYaH3bPU=";
 
   postInstall = ''
     installShellCompletion --cmd deck \