Skip to content

Commit

Permalink
Merge pull request #105130 from Th0rgal/master
Browse files Browse the repository at this point in the history
ledger-live-desktop: 2.16.0 -> 2.17.1
  • Loading branch information
prusnak authored Nov 30, 2020
2 parents 389ac5f + 79c8fa4 commit 24eb3f8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/applications/blockchains/ledger-live-desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

let
pname = "ledger-live-desktop";
version = "2.16.0";
version = "2.17.1";
name = "${pname}-${version}";

src = fetchurl {
url = "https://github.com/LedgerHQ/${pname}/releases/download/v${version}/${pname}-${version}-linux-x86_64.AppImage";
sha256 = "16z2cy41vxbrvjblj09in6669pks1p9y3rgx8b7afjwf102ba9yi";
sha256 = "1r0cl4jfgg0b3zr46bh9dhhg2qgsh3xj99w3ryyjdxydfvychvz8";
};

appimageContents = appimageTools.extractType2 {
Expand All @@ -30,8 +30,7 @@ in appimageTools.wrapType2 rec {
description = "Wallet app for Ledger Nano S and Ledger Blue";
homepage = "https://www.ledger.com/live";
license = licenses.mit;
maintainers = with maintainers; [ thedavidmeister nyanloutre RaghavSood ];
maintainers = with maintainers; [ thedavidmeister nyanloutre RaghavSood th0rgal ];
platforms = [ "x86_64-linux" ];
};
}

0 comments on commit 24eb3f8

Please sign in to comment.