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-27 16:45:23 +0200
committerSebastian Sellmeier <mail@sebastian-sellmeier.de>2023-06-27 16:45:23 +0200
commit01cd725a1c4606f8ce31d7914bdff719754f7e2b (patch)
treebb5a09b3d3c7db3cf7e76e65645651842fdee6bd /pkgs/applications/networking/cluster/openlens
parent6b3d1b1cf13f407fef5e634b224d575eb7211975 (diff)
openlens: 6.5.2-309 -> 6.5.2-356
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 4e9392e790f4e..2b486bf940ef7 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-309";
+  version = "6.5.2-356";
 
   src = fetchurl {
     url = "https://github.com/MuhammedKalkan/OpenLens/releases/download/v${version}/OpenLens-${version}.x86_64.AppImage";
-    sha256 = "sha256-APJYN5GBBw6FhF7NkRXip4coLY5Hxi+aE6r5IxzODFM=";
+    sha256 = "sha256-ZOLfnAKZMqO/MkpjX2SQhtBIeWRGTkPBWdAw67a3l9Q=";
   };
 
   appimageContents = appimageTools.extractType2 {