Merge pull request #163373 from andresilva/ledger-live-2.39.2

ledger-live-desktop: 2.38.3 -> 2.39.2
This commit is contained in:
Bobby Rong 2022-03-10 13:29:02 +08:00 committed by GitHub
commit 5f5bddd15e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
let
pname = "ledger-live-desktop";
version = "2.38.3";
version = "2.39.2";
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/LedgerHQ/${pname}/releases/download/v${version}/${pname}-${version}-linux-x86_64.AppImage";
hash = "sha256-svNsVdenolrfMGKJvB/8HQMq08Ov5Oe5QooI1jFAcbI=";
hash = "sha256-zVefF5CsyVVMNffec/xwA3KmMtZepM51C3Xh0ZCGl0c=";
};
appimageContents = appimageTools.extractType2 {