Skip to content

Commit

Permalink
ledger-live-desktop: 2.84.1 -> 2.89.1 (#349520)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored Oct 18, 2024
2 parents eb611a4 + 91347f7 commit d140764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/ledger-live-desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

let
pname = "ledger-live-desktop";
version = "2.84.1";
version = "2.89.1";

src = fetchurl {
url = "https://download.live.ledger.com/${pname}-${version}-linux-x86_64.AppImage";
hash = "sha256-V/bOCddc7UhmN8zlHmKj+H4v+ZZ/qn8jRj0jH4EtwMI=";
hash = "sha256-PPoQnXDVf6Q6QPVE41guJL1vu7rW7mZdpRZjRME3Ue8=";
};

appimageContents = appimageTools.extractType2 {
Expand Down

0 comments on commit d140764

Please sign in to comment.