From 01cd725a1c4606f8ce31d7914bdff719754f7e2b Mon Sep 17 00:00:00 2001 From: Sebastian Sellmeier Date: Tue, 27 Jun 2023 16:45:23 +0200 Subject: [PATCH] openlens: 6.5.2-309 -> 6.5.2-356 --- pkgs/applications/networking/cluster/openlens/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/cluster/openlens/default.nix b/pkgs/applications/networking/cluster/openlens/default.nix index 4e9392e790f4..2b486bf940ef 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 {