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

Commits on Jun 5, 2017

  1. git: 2.13.0 -> 2.13.1

    NeQuissimus committed Jun 5, 2017

    Unverified

    The committer email address is not verified.
    Copy the full SHA
    385ba07 View commit details

Commits on Jun 6, 2017

  1. Merge pull request #26398 from NeQuissimus/git_2_13_1

    git: 2.13.0 -> 2.13.1
    NeQuissimus authored Jun 6, 2017

    Unverified

    The committer email address is not verified.
    Copy the full SHA
    d7a5f07 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/version-management/git-and-tools/git/default.nix
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
}:

let
version = "2.13.0";
version = "2.13.1";
svn = subversionClient.override { perlBindings = true; };
in

@@ -20,7 +20,7 @@ stdenv.mkDerivation {

src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
sha256 = "0n0j36rapw31zb0sabap88ffncv8jg3nwc4miyim64ilyav2mgsb";
sha256 = "1zl88rlga9nhgaqc9d04vp1l1g4x6qj1d02698asnxrzk36vxh9v";
};

hardeningDisable = [ "format" ];