ledger-live-desktop: 2.9.0 -> 2.14.0

This commit is contained in:
Raghav Sood 2020-10-17 23:22:05 +08:00
parent ea04f84829
commit 6df2ff3df8
No known key found for this signature in database
GPG key ID: 947862F324C79D21

View file

@ -2,12 +2,12 @@
let
pname = "ledger-live-desktop";
version = "2.9.0";
version = "2.14.0";
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/LedgerHQ/${pname}/releases/download/v${version}/${pname}-${version}-linux-x86_64.AppImage";
sha256 = "1ajpmsq4h37w3jzcxijg3myp3mvgbrjis6jrz1cl79m78ripb6cy";
sha256 = "057g77nd8qxi8dw9sp7x068wsxmrpnsdfrca876f0bpw7lpb0bqq";
};
appimageContents = appimageTools.extractType2 {
@ -34,3 +34,4 @@ in appimageTools.wrapType2 rec {
platforms = [ "x86_64-linux" ];
};
}