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

Commits on May 4, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    bobvanderlinden Bob van der Linden
    Copy the full SHA
    e0a2bc4 View commit details

Commits on May 18, 2019

  1. Merge pull request #60944 from bobvanderlinden/patchelf-20190328

    patchelfUnstable: 0.10-pre-20180509 -> 0.10-pre-20190328
    c0bw3b authored May 18, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8aef83d View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/misc/patchelf/unstable.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/misc/patchelf/unstable.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "patchelf-${version}";
version = "0.10-pre-20180509";
version = "0.10-pre-20190328";

src = fetchFromGitHub {
owner = "NixOS";
repo = "patchelf";
rev = "27ffe8ae871e7a186018d66020ef3f6162c12c69";
sha256 = "1sfkqsvwqqm2kdgkiddrxni86ilbrdw5my29szz81nj1m2j16asr";
rev = "e1e39f3639e39360ceebb2f7ed533cede4623070";
sha256 = "09q1b1yqfzg1ih51v7qjh55vxfdbd8x5anycl8sfz6qy107wr02k";
};

# Drop test that fails on musl (?)