Merge pull request #244340 from MGenerowicz/patch-6

ledger-live-desktop: 2.62.2->2.64.1
This commit is contained in:
Nick Cao 2023-07-19 18:10:50 -06:00 committed by GitHub
commit 8e66453138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
let
pname = "ledger-live-desktop";
version = "2.62.2";
version = "2.64.1";
src = fetchurl {
url = "https://download.live.ledger.com/${pname}-${version}-linux-x86_64.AppImage";
hash = "sha256-Rb611v2QirGmJ01lZj6F3iHLTPI2eJp5acZDEQ4Ude0==";
hash = "sha256-EdrJcu3xv+Q31ps3pcjfQh+Kf6C/sidGpk2XM8qBEr0=";
};