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 0e14a86 commit 1a25495Copy full SHA for 1a25495
pkgs/applications/version-management/git-and-tools/git/default.nix
@@ -11,7 +11,7 @@
11
}:
12
13
let
14
- version = "2.13.1";
+ version = "2.13.2";
15
svn = subversionClient.override { perlBindings = true; };
16
in
17
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
20
21
src = fetchurl {
22
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
23
- sha256 = "1zl88rlga9nhgaqc9d04vp1l1g4x6qj1d02698asnxrzk36vxh9v";
+ sha256 = "1rfx2gj7dw9rw0w22ihi940zv3wdrj1xmjv25djq2vs6a4vsq40d";
24
};
25
26
hardeningDisable = [ "format" ];
0 commit comments