We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 10bb7fd commit 735329aCopy full SHA for 735329a
pkgs/applications/version-management/git-and-tools/git/default.nix
@@ -13,7 +13,7 @@
13
}:
14
15
let
16
- version = "2.14.1";
+ version = "2.14.2";
17
svn = subversionClient.override { perlBindings = true; };
18
in
19
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
22
23
src = fetchurl {
24
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
25
- sha256 = "1iic3wiihxp3l3k6d4z886v3869c3dzgddjxnd5124wy1rnlqwkg";
+ sha256 = "18f70gfzwqd210806hmf94blcd7yv5h9ka6xqkpd2jhijqwp5sah";
26
};
27
28
hardeningDisable = [ "format" ];
0 commit comments