summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-13 03:21:32 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-13 03:21:32 +0000
commit54eb4b509441e53484d91e0d6f7907275fc64791 (patch)
tree36e059994b3e0600d550f1c9b226e9441929af8c /pkgs/applications/networking/cluster
parentb0e3e12d6c672ed87dd5a02501cc00c5412b1181 (diff)
downloadnixpkgs-54eb4b509441e53484d91e0d6f7907275fc64791.tar
nixpkgs-54eb4b509441e53484d91e0d6f7907275fc64791.tar.gz
nixpkgs-54eb4b509441e53484d91e0d6f7907275fc64791.tar.bz2
nixpkgs-54eb4b509441e53484d91e0d6f7907275fc64791.tar.lz
nixpkgs-54eb4b509441e53484d91e0d6f7907275fc64791.tar.xz
nixpkgs-54eb4b509441e53484d91e0d6f7907275fc64791.tar.zst
nixpkgs-54eb4b509441e53484d91e0d6f7907275fc64791.zip
kn: 1.11.1 -> 1.12.0
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 8d8c41cde77..664c1b693ff 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.11.1";
+  version = "1.12.0";
 
   src = fetchFromGitHub {
     owner = "knative";
     repo = "client";
     rev = "knative-v${version}";
-    sha256 = "sha256-tVUe/EHraPVxikzGilmX2fDCX81lPGPy+Sa9OoVmpYM=";
+    sha256 = "sha256-Xp5PpHIcjh02qesnyrz53yydIAClx0OrBE75Sz5pifg=";
   };
 
   vendorHash = null;