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

Commits on Nov 4, 2020

  1. opendht: 2.1.4 -> 2.1.6

    r-ryantm committed Nov 4, 2020

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    ea4201e View commit details

Commits on Nov 12, 2020

  1. Merge pull request #102677 from r-ryantm/auto-update/opendht

    opendht: 2.1.4 -> 2.1.6
    marsam authored Nov 12, 2020
    Copy the full SHA
    d20ce85 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/opendht/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/opendht/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "opendht";
version = "2.1.4";
version = "2.1.6";

src = fetchFromGitHub {
owner = "savoirfairelinux";
repo = "opendht";
rev = version;
sha256 = "1ax26ri1ifb6s8ppd28jmanka9yf8mw3np65q2h4djhhik0phhal";
sha256 = "0sjb2a3yqnabwgmmn8gapc1dq9m8vp9z8w85zhsj654i5h3gp6zv";
};

nativeBuildInputs =