Merge pull request #231455 from MGenerowicz/patch-4

This commit is contained in:
Sandro 2023-05-15 10:44:01 +02:00 committed by GitHub
commit 540ffed3e1
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.57.0";
version = "2.58.0";
src = fetchurl {
url = "https://download.live.ledger.com/${pname}-${version}-linux-x86_64.AppImage";
hash = "sha256-fXvCj9eBEp/kGPSiNUdir19eU0x461KzXgl5YgeapHI=";
hash = "sha256-y9D+RKAB/woYmnu8X0armsVaxu0CWbqZpRiEFcN7rYM=";
};
appimageContents = appimageTools.extractType2 {