Merge pull request #151925 from jmininger/jam/ledger-live-desktop-2.36.3

ledger-live-desktop: 2.36.2 -->  2.36.3
This commit is contained in:
Raghav Sood 2021-12-24 12:21:11 +08:00 committed by GitHub
commit eac07edbd2
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.36.2";
version = "2.36.3";
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/LedgerHQ/${pname}/releases/download/v${version}/${pname}-${version}-linux-x86_64.AppImage";
hash = "sha256-cZwKL5G7CmQBw2x0wPYHZCiAABxPatvfIcOAf0d2+Dg=";
hash = "sha256:1sxsr70nm86fyx2m3wf694x1p6kvmkwxw6fqnslpbyjpyi9x73cd";
};
appimageContents = appimageTools.extractType2 {