Skip to content

Commit

Permalink
git: 2.14.2 -> 2.14.3
Browse files Browse the repository at this point in the history
(cherry picked from commit 124e462)
  • Loading branch information
NeQuissimus committed Oct 23, 2017
1 parent 0183490 commit 36a5e18
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -13,7 +13,7 @@
}:

let
version = "2.14.2";
version = "2.14.3";
svn = subversionClient.override { perlBindings = true; };
in

Expand All @@ -22,7 +22,7 @@ stdenv.mkDerivation {

src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
sha256 = "18f70gfzwqd210806hmf94blcd7yv5h9ka6xqkpd2jhijqwp5sah";
sha256 = "078m0za5gyzcah5iaxdwx663yvdp8byvjc8rpzjzcrr4sl6rcc2k";
};

hardeningDisable = [ "format" ];
Expand Down

0 comments on commit 36a5e18

Please sign in to comment.