Merge pull request #100836 from RaghavSood/ledger-live/2.14.0
ledger-live-desktop: 2.9.0 -> 2.14.0
This commit is contained in:
commit
6d8373cbda
1 changed files with 4 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "ledger-live-desktop";
|
pname = "ledger-live-desktop";
|
||||||
version = "2.9.0";
|
version = "2.14.0";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/LedgerHQ/${pname}/releases/download/v${version}/${pname}-${version}-linux-x86_64.AppImage";
|
url = "https://github.com/LedgerHQ/${pname}/releases/download/v${version}/${pname}-${version}-linux-x86_64.AppImage";
|
||||||
sha256 = "1ajpmsq4h37w3jzcxijg3myp3mvgbrjis6jrz1cl79m78ripb6cy";
|
sha256 = "057g77nd8qxi8dw9sp7x068wsxmrpnsdfrca876f0bpw7lpb0bqq";
|
||||||
};
|
};
|
||||||
|
|
||||||
appimageContents = appimageTools.extractType2 {
|
appimageContents = appimageTools.extractType2 {
|
||||||
|
@ -30,7 +30,8 @@ in appimageTools.wrapType2 rec {
|
||||||
description = "Wallet app for Ledger Nano S and Ledger Blue";
|
description = "Wallet app for Ledger Nano S and Ledger Blue";
|
||||||
homepage = "https://www.ledger.com/live";
|
homepage = "https://www.ledger.com/live";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ thedavidmeister nyanloutre ];
|
maintainers = with maintainers; [ thedavidmeister nyanloutre RaghavSood ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue