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-04-16 13:56:28 +0200
committerSebastian Sellmeier <mail@sebastian-sellmeier.de>2023-04-16 13:56:49 +0200
commit12875aede6e6ae67b645e91b499728b609855d82 (patch)
tree4257701caf70bb4d75b3fc1daeb1a0168c25bc47 /pkgs/applications/networking/cluster/openlens
parent85b081528b937df4bfcaee80c3541b58f397df8b (diff)
openlens: 6.4.5 -> 6.4.15
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 42d3aab634669..4e75338da2b87 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.4.5";
+  version = "6.4.15";
 
   src = fetchurl {
     url = "https://github.com/MuhammedKalkan/OpenLens/releases/download/v${version}/OpenLens-${version}.x86_64.AppImage";
-    sha256 = "sha256-Lwl4unhXSyYCEImiPncAnmIQt26CD4horsREMyi6nuA=";
+    sha256 = "sha256-Q7Vh+/SKbnQ7HbDlx1XqBXg1U2DaIvY139VrIIdOX5E=";
   };
 
   appimageContents = appimageTools.extractType2 {