Merge pull request #226453 from SebTM/update/openlens_6415

This commit is contained in:
Sandro 2023-04-16 22:47:05 +02:00 committed by GitHub
commit ddf119973e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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