Merge pull request #85646 from nyanloutre/ledger_live_2_2_4

ledger-live-desktop: 2.1.0 -> 2.3.2
This commit is contained in:
Benjamin Hipple
2020-05-11 20:14:24 -04:00
committed by GitHub

View File

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