mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
ledger-live-desktop: 2.104.0 -> 2.106.0 (#395350)
This commit is contained in:
commit
6b62036d57
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
|
||||
let
|
||||
pname = "ledger-live-desktop";
|
||||
version = "2.104.0";
|
||||
version = "2.106.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.live.ledger.com/${pname}-${version}-linux-x86_64.AppImage";
|
||||
hash = "sha256-RZweB6zE4POJRyvUXMC2nPyyIsZrTc2KkrxuZtmdZYY=";
|
||||
hash = "sha256-gGNZLhZj7tEiListVPgMRuuUabdQU/tzgrYVTPwjF30=";
|
||||
};
|
||||
|
||||
appimageContents = appimageTools.extractType2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue