We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac76a34 commit 91347f7Copy full SHA for 91347f7
pkgs/applications/blockchains/ledger-live-desktop/default.nix
@@ -2,11 +2,11 @@
2
3
let
4
pname = "ledger-live-desktop";
5
- version = "2.84.1";
+ version = "2.89.1";
6
7
src = fetchurl {
8
url = "https://download.live.ledger.com/${pname}-${version}-linux-x86_64.AppImage";
9
- hash = "sha256-V/bOCddc7UhmN8zlHmKj+H4v+ZZ/qn8jRj0jH4EtwMI=";
+ hash = "sha256-PPoQnXDVf6Q6QPVE41guJL1vu7rW7mZdpRZjRME3Ue8=";
10
};
11
12
appimageContents = appimageTools.extractType2 {
0 commit comments