Unverified Commit ca21c625 authored by Raghav Sood's avatar Raghav Sood Committed by GitHub
Browse files

Merge pull request #196294 from ksenia-portu/ledger-live-desktop

ledger-live-desktop: 2.47.0 -> 2.48.0
parents 4082be5a e7e1a4ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

let
  pname = "ledger-live-desktop";
  version = "2.47.0";
  version = "2.48.0";

  src = fetchurl {
    url = "https://download.live.ledger.com/${pname}-${version}-linux-x86_64.AppImage";
    hash = "sha256-KmNiyWF74hHLLu+uQDiFAMJJvyU/rgyrBhh6O6iMVIg=";
    hash = "sha256-U5QOr76OMTABVb5kteB0FP3igwpXqh9q5XL7aY92UqI=";
  };

  appimageContents = appimageTools.extractType2 {