lens: 4.2.0 -> 4.2.4

This commit is contained in:
David Birks 2021-05-04 10:11:01 -04:00
parent 745a8ea503
commit 97a81efca3
No known key found for this signature in database
GPG key ID: BB999F83D9A19A36

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";
};