about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-06-17 13:30:32 -0300
committerGitHub <noreply@github.com>2022-06-17 13:30:32 -0300
commit2f8a80b864614c7f83c4e929d4142c605cd2e651 (patch)
treea22d2d4805611a4b9b1055e5ba85ec10e2980b6e /pkgs/applications/networking/cluster
parent24a298c37dfbb20c9ba6085b0c3c9e1c3996dc7b (diff)
parentf6c8e9619d199cf6bb6e336677f9d20f7a239f17 (diff)
Merge pull request #177994 from bryanasdev000/kn150
kn: 1.4.0 -> 1.5.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 69142045fee8f..25363e7789ed7 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.4.0";
+  version = "1.5.0";
 
   src = fetchFromGitHub {
     owner = "knative";
     repo = "client";
     rev = "knative-v${version}";
-    sha256 = "sha256-Q67dictDE+HWw99lFAiidBvIL30mMAkjYb2CDLDcalw=";
+    sha256 = "sha256-etENW/zP9xy0pyUT2UoFXrzgkSXrfp8dxl35bD2t/Yc=";
   };
 
   vendorSha256 = null;