summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-02-25 08:56:58 -0500
committerGraham Christensen <graham@grahamc.com>2017-02-26 16:18:42 -0500
commit7611525c008408be64b99e5b0517820cc578bde8 (patch)
treed637fc9c24528ff594cb63ed5edfc028f9100a4b /pkgs/applications
parent392331ad58a6b5f9164ca59e3e70f3c56d476e16 (diff)
git: 2.11.1 -> 2.12.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git/default.nix b/pkgs/applications/version-management/git-and-tools/git/default.nix
index c93015678e27..af5fc8a8be46 100644
--- a/pkgs/applications/version-management/git-and-tools/git/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git/default.nix
@@ -11,7 +11,7 @@
}:
let
- version = "2.11.1";
+ version = "2.12.0";
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 = "05b4jw86w77c3pyh3nm6aw31vhxwzvhnx2x0bcfqmm15wg57k9y0";
+ sha256 = "09r0lcjj5v2apj39f0ziqzjq2bi1jpnhszc9q4n0ab86g5j7c88q";
};
hardeningDisable = [ "format" ];