about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-09-05 15:22:08 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-09-05 15:22:08 +1000
commit834e34501cdd255b34c9f36e40e59138d32878e6 (patch)
tree53db63d5071aa954af0443b5147f27ab2e346493
parenta8bbd30117fcdf425993c69137aad00a4552e383 (diff)
kn: 1.10.0 -> 1.11.0
-rw-r--r--pkgs/applications/networking/cluster/kn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kn/default.nix b/pkgs/applications/networking/cluster/kn/default.nix
index 0e4bcc8b6cf59..ce4a5e83c6f4d 100644
--- a/pkgs/applications/networking/cluster/kn/default.nix
+++ b/pkgs/applications/networking/cluster/kn/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "kn";
-  version = "1.10.0";
+  version = "1.11.0";
 
   src = fetchFromGitHub {
     owner = "knative";
     repo = "client";
     rev = "knative-v${version}";
-    sha256 = "sha256-LkjE3GMHoD+PmB4J09xf71nBrY1KPvh13l2O3QN9EH0=";
+    sha256 = "sha256-Aiu8SedWCP2yIw51+aVEFcskJKee8RvUcW6yGtagSnI=";
   };
 
   vendorHash = null;