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

Commits on Mar 25, 2017

  1. git: 2.12.0 -> 2.12.2

    NeQuissimus committed Mar 25, 2017
    Copy the full SHA
    10725a6 View commit details
  2. Merge pull request #24323 from NeQuissimus/git_2_12_2

    git: 2.12.0 -> 2.12.2
    NeQuissimus authored Mar 25, 2017
    Copy the full SHA
    5c84165 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.12.0";
version = "2.12.2";
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 = "09r0lcjj5v2apj39f0ziqzjq2bi1jpnhszc9q4n0ab86g5j7c88q";
sha256 = "0jlccxx7l4c76h830y8lhrxr4kqksrxqlnmj3xb8sqbfa0irw6nj";
};

hardeningDisable = [ "format" ];