Commit 194a6d8e authored by R. RyanTM's avatar R. RyanTM
Browse files

ledger-live-desktop: 2.130.0 -> 2.130.1

parent d8c903a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

let
  pname = "ledger-live-desktop";
  version = "2.130.0";
  version = "2.130.1";

  src = fetchurl {
    url = "https://download.live.ledger.com/${pname}-${version}-linux-x86_64.AppImage";
    hash = "sha256-llI3J/7fPnO5lrLe04VZQTVmJmPyY9vg1EXy6Pea+6s=";
    hash = "sha256-7o75rSuVir1b/y3gX5Otbgbs4Xcnra2Ku1Q99a/fMJk=";
  };

  appimageContents = appimageTools.extractType2 {