Skip to content

Commit

Permalink
git: 2.14.1 -> 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 26, 2017
1 parent d5bc2da commit 5a2a35a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -13,7 +13,7 @@
}:

let
version = "2.14.1";
version = "2.14.2";
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 = "1iic3wiihxp3l3k6d4z886v3869c3dzgddjxnd5124wy1rnlqwkg";
sha256 = "18f70gfzwqd210806hmf94blcd7yv5h9ka6xqkpd2jhijqwp5sah";
};

hardeningDisable = [ "format" ];
Expand Down

0 comments on commit 5a2a35a

Please sign in to comment.