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: 60907c7a6f5c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3cc1fbbc6102
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 20, 2018

  1. nano-wallet: 16.2 -> 16.3

    jluttine committed Nov 20, 2018
    Copy the full SHA
    2dc7417 View commit details
  2. Merge pull request #50829 from jluttine/nano-wallet-16.3

    nano-wallet: 16.2 -> 16.3
    srhb authored Nov 20, 2018
    Copy the full SHA
    3cc1fbb View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/altcoins/nano-wallet/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/nano-wallet/default.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {

name = "nano-wallet-${version}";
version = "16.2";
version = "16.3";

src = fetchFromGitHub {
owner = "nanocurrency";
repo = "raiblocks";
rev = "V${version}";
sha256 = "18zp4xl5iwwrnzrqzsygdrym5565v8dpfz0jxczw21896kw1i9i7";
sha256 = "1rhq7qzfd8li33pmzcjxrhbbgdklxlcijam62s385f8yqjwy80dz";
fetchSubmodules = true;
};