ledger-live-desktop: 2.3.2 -> 2.6.0

This commit is contained in:
nyanloutre 2020-06-24 20:02:26 +02:00
parent 9480bae337
commit 33abace40c
No known key found for this signature in database
GPG Key ID: 194A92D1103ACB2A

View File

@ -2,12 +2,12 @@
let
pname = "ledger-live-desktop";
version = "2.3.2";
version = "2.6.0";
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/LedgerHQ/${pname}/releases/download/v${version}/${pname}-${version}-linux-x86_64.AppImage";
sha256 = "0xd3w564zij614ajg57n1qlvz0hd9l7219qxx81ai6b02b9a5g9h";
sha256 = "0c58bx6fgykz0fl2yjbpbg6h5bv31zmjwgd1m3qi8afqryf52m5w";
};
appimageContents = appimageTools.extractType2 {