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

Commits on Apr 27, 2018

  1. Copy the full SHA
    837e8c3 View commit details

Commits on May 9, 2018

  1. Copy the full SHA
    a9492eb View commit details
  2. Copy the full SHA
    6266387 View commit details
  3. Merge pull request #40244 from bcdarwin/libminc-update

    libminc: 2017-09-14 -> 2018-01-17
    xeji authored May 9, 2018
    Copy the full SHA
    2954fa5 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/libraries/libminc/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/libraries/libminc/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

stdenv.mkDerivation rec {
pname = "libminc";
name = "${pname}-2017-09-14";
name = "${pname}-2018-01-17";

owner = "BIC-MNI";

# current master is significantly ahead of most recent release, so use Git version:
src = fetchFromGitHub {
inherit owner;
repo = pname;
rev = "e11c6df9321b4061bf87a7d43171ec55e9e3908f";
sha256 = "0lmd0js3jgni2mw1zfvd4qg6byxiv3ndgv2z3nm7975i83zw48xk";
rev = "a9cbe1353eae9791b7d5b03af16e0f86922ce40b";
sha256 = "0mn4n3ihzcr1jw2g1vy6c8p4lkc88jwljk04argmj7k4djrgpxpa";
};

nativeBuildInputs = [ cmake ];