about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/openlens
diff options
context:
space:
mode:
authorSebastian Sellmeier <mail@sebastian-sellmeier.de>2023-07-08 03:39:31 +0200
committerSebastian Sellmeier <mail@sebastian-sellmeier.de>2023-07-08 03:40:04 +0200
commit1369ac4779e1ff5840b64cb59bc8e78b6052c162 (patch)
treeb4f0d04bb9610a99f79202df4a6be81e8650e0f9 /pkgs/applications/networking/cluster/openlens
parentf292b4964cb71f9dfbbd30dc9f511d6165cd109b (diff)
openlens: 6.5.2-356 -> 6.5.2-366
Diffstat (limited to 'pkgs/applications/networking/cluster/openlens')
-rw-r--r--pkgs/applications/networking/cluster/openlens/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/openlens/default.nix b/pkgs/applications/networking/cluster/openlens/default.nix
index 2b486bf940ef7..d1eea9d613709 100644
--- a/pkgs/applications/networking/cluster/openlens/default.nix
+++ b/pkgs/applications/networking/cluster/openlens/default.nix
@@ -2,11 +2,11 @@
 
 let
   pname = "openlens";
-  version = "6.5.2-356";
+  version = "6.5.2-366";
 
   src = fetchurl {
     url = "https://github.com/MuhammedKalkan/OpenLens/releases/download/v${version}/OpenLens-${version}.x86_64.AppImage";
-    sha256 = "sha256-ZOLfnAKZMqO/MkpjX2SQhtBIeWRGTkPBWdAw67a3l9Q=";
+    sha256 = "sha256-ZAltAS/U/xh4kCT7vQ+NHAzWV7z0uE5GMQICHKSdj8k=";
   };
 
   appimageContents = appimageTools.extractType2 {