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

Commits on Oct 29, 2020

  1. monero: 0.17.1.0 -> 0.17.1.1

    rnhmjoj committed Oct 29, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    tadeokondrak Tadeo Kondrak
    Copy the full SHA
    7a498ab View commit details
  2. Copy the full SHA
    79a81f8 View commit details
  3. Merge pull request #101985 from rnhmjoj/monero

    monero: 0.17.1.0 -> 0.17.1.1
    rnhmjoj authored Oct 29, 2020
    Copy the full SHA
    df6068e View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/applications/blockchains/monero-gui/default.nix
  2. +2 −2 pkgs/applications/blockchains/monero/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/monero-gui/default.nix
Original file line number Diff line number Diff line change
@@ -27,13 +27,13 @@ in

stdenv.mkDerivation rec {
pname = "monero-gui";
version = "0.17.1.0";
version = "0.17.1.1";

src = fetchFromGitHub {
owner = "monero-project";
repo = "monero-gui";
rev = "v${version}";
sha256 = "07r78ipv4g3i6z822kq380vi3qwlb958rccsy6lyybkhj9y0rx84";
sha256 = "0aqhp4rmqsgwjb875kgh6qwz0wyyiag1fksyic9cnhgg5j5y95nx";
};

nativeBuildInputs = [
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/monero/default.nix
Original file line number Diff line number Diff line change
@@ -17,13 +17,13 @@ assert trezorSupport -> all (x: x!=null) [ libusb1 protobuf python3 ];

stdenv.mkDerivation rec {
pname = "monero";
version = "0.17.1.0";
version = "0.17.1.1";

src = fetchFromGitHub {
owner = "monero-project";
repo = "monero";
rev = "v${version}";
sha256 = "1cngniv7sndy8r0fcfgk737640k53q3kwd36g891p5igcb985qdw";
sha256 = "18x27dm24k04vx0yz57zi02rk0wrmbn4wr8alqf48dq6z9wr0fhp";
fetchSubmodules = true;
};