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

Commits on Mar 26, 2019

  1. rippled: 1.2.0 -> 1.2.1

    Jaka Hudoklin committed Mar 26, 2019
    Copy the full SHA
    dd9bebd View commit details

Commits on Mar 27, 2019

  1. Merge pull request #58351 from xtruder/pkgs/rippled/1.2.1

    rippled: 1.2.0 -> 1.2.1
    offlinehacker authored Mar 27, 2019
    Copy the full SHA
    0d5b6e1 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/rippled/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/rippled/default.nix
Original file line number Diff line number Diff line change
@@ -101,13 +101,13 @@ let
};
in stdenv.mkDerivation rec {
name = "rippled-${version}";
version = "1.2.0";
version = "1.2.1";

src = fetchFromGitHub {
owner = "ripple";
repo = "rippled";
rev = version;
sha256 = "1zx8qs32v5ibkwm9nm6m0qh0gcr0vcigr2wbxpd40pqqk73cqb3q";
sha256 = "1lm0zzz0hi2sh2f4iqq3scapzdjbxcjgr700fgham9wqgaj2ash5";
};

hardeningDisable = ["format"];