about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/lens
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-02-15 01:23:13 -0300
committerMatthieu Coudron <teto@users.noreply.github.com>2022-02-15 11:31:54 +0100
commit860c78fd14b8e4b164ae23f0d919c54959cd759b (patch)
treeb3dc234ba2de208b22d4ebd98f3cbb5e7a0bde24 /pkgs/applications/networking/cluster/lens
parent92ebf299a570a20c598f29c3cd1df428250fcd78 (diff)
lens: 5.2.6 -> 5.3.4
Fixes: #158957.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'pkgs/applications/networking/cluster/lens')
-rw-r--r--pkgs/applications/networking/cluster/lens/default.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/applications/networking/cluster/lens/default.nix b/pkgs/applications/networking/cluster/lens/default.nix
index a2f13fdf9cdb0..66c507312c266 100644
--- a/pkgs/applications/networking/cluster/lens/default.nix
+++ b/pkgs/applications/networking/cluster/lens/default.nix
@@ -2,21 +2,22 @@
 
 let
   pname = "lens";
-  version = "5.2.6";
-  build = "${version}-latest.20211104.1";
+  version = "5.3.4";
+  build = "${version}-latest.20220120.1";
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "https://api.k8slens.dev/binaries/Lens-${build}.x86_64.AppImage";
-    sha256 = "1lkxzgwrgafraimpnciv89fs6r399275vb73drxlg5z83acacf5z";
-    name="${pname}.AppImage";
+    sha256 = "sha256-9vRLQFSocVkHAfgwdKSPhSAO4G/v/ANd0WQmilcZiVw=";
+    name = "${pname}.AppImage";
   };
 
   appimageContents = appimageTools.extractType2 {
     inherit name src;
   };
 
-in appimageTools.wrapType2 {
+in
+appimageTools.wrapType2 {
   inherit name src;
 
   profile = ''