1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

ledger-live-desktop: 1.18.2 -> 1.19.2

This commit is contained in:
nyanloutre 2019-12-22 12:22:27 +01:00
parent f5bb6c0207
commit c953481ea7
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 = "1.18.2";
version = "1.19.2";
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/LedgerHQ/${pname}/releases/download/v${version}/${pname}-${version}-linux-x86_64.AppImage";
sha256 = "1giy8xg1yfv7b7gh98dmfc05wh54xqpd53nanacwcc7lakzizqnn";
sha256 = "1qgk0gwn7ijz00zfwf9rfl755lhgsig9xa6c3icj6l6wyzybz0z6";
};
appimageContents = appimageTools.extractType2 {