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-06-15 22:59:28 +0200
committerSebastian Sellmeier <mail@sebastian-sellmeier.de>2023-06-15 22:59:28 +0200
commit659f4872589b4033a9c644a303f61fb35ab9019c (patch)
treece4b814a95642721b1cc5622a57ac3a5be67044d /pkgs/applications/networking/cluster/openlens
parent0eeebd64de89e4163f4d3cf34ffe925a5cf67a05 (diff)
openlens: 6.4.15 -> 6.5.2-309
Diffstat (limited to 'pkgs/applications/networking/cluster/openlens')
-rw-r--r--pkgs/applications/networking/cluster/openlens/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/openlens/default.nix b/pkgs/applications/networking/cluster/openlens/default.nix
index 4e75338da2b87..4e9392e790f4e 100644
--- a/pkgs/applications/networking/cluster/openlens/default.nix
+++ b/pkgs/applications/networking/cluster/openlens/default.nix
@@ -1,12 +1,12 @@
-{ lib, fetchurl, appimageTools, wrapGAppsHook }:
+{ lib, fetchurl, appimageTools }:
 
 let
   pname = "openlens";
-  version = "6.4.15";
+  version = "6.5.2-309";
 
   src = fetchurl {
     url = "https://github.com/MuhammedKalkan/OpenLens/releases/download/v${version}/OpenLens-${version}.x86_64.AppImage";
-    sha256 = "sha256-Q7Vh+/SKbnQ7HbDlx1XqBXg1U2DaIvY139VrIIdOX5E=";
+    sha256 = "sha256-APJYN5GBBw6FhF7NkRXip4coLY5Hxi+aE6r5IxzODFM=";
   };
 
   appimageContents = appimageTools.extractType2 {