Merge pull request #121704 from dbirks/lens-4.2.4

lens: 4.2.0 -> 4.2.4
This commit is contained in:
Sandro 2021-05-05 23:23:05 +02:00 committed by GitHub
commit dbe85c8523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
let
pname = "lens";
version = "4.2.0";
version = "4.2.4";
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/lensapp/lens/releases/download/v${version}/Lens-${version}.x86_64.AppImage";
sha256 = "0g60d1h2dn41qdzdnqavwknqynjqil7s8kcqy01h021r81rdpn2q";
sha256 = "0fzhv8brwwl1ihx6jqq4pi77489hr6f9hpppqq3n8d2imjsqgvlw";
name="${pname}.AppImage";
};