Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 504579f37144
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2ce7e4ffb789
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 9, 2020

  1. Copy the full SHA
    dc9ba48 View commit details

Commits on Mar 29, 2020

  1. Copy the full SHA
    8e70f32 View commit details

Commits on Mar 30, 2020

  1. Merge pull request #82200 from nyanloutre/ledger_live_2_0_1

    ledger-live-desktop: 1.20.0 -> 2.1.0
    bhipple authored Mar 30, 2020
    Copy the full SHA
    2ce7e4f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/blockchains/ledger-live-desktop/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/ledger-live-desktop/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

let
pname = "ledger-live-desktop";
version = "1.20.0";
version = "2.1.0";
name = "${pname}-${version}";

src = fetchurl {
url = "https://github.com/LedgerHQ/${pname}/releases/download/v${version}/${pname}-${version}-linux-x86_64.AppImage";
sha256 = "09mgd5nsd65w4irgzgmfz1k0r1k4fgkq490pkil8nqy6akjrsw1z";
sha256 = "1ywvdqmq8asczhmvc6ai2v6di1f5q19x3ygqlinwz8d1hrj3496r";
};

appimageContents = appimageTools.extractType2 {