openlens: 6.5.2-356 -> 6.5.2-366

This commit is contained in:
Sebastian Sellmeier 2023-07-08 03:39:31 +02:00
parent f292b4964c
commit 1369ac4779
No known key found for this signature in database
GPG Key ID: 51E2BE0CCC826F98

View File

@ -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 {