Skip to content

Commit 1a25495

Browse files
committedJun 26, 2017
git: 2.13.1 -> 2.13.2
1 parent 0e14a86 commit 1a25495

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/version-management/git-and-tools/git

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/version-management/git-and-tools/git/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}:
1212

1313
let
14-
version = "2.13.1";
14+
version = "2.13.2";
1515
svn = subversionClient.override { perlBindings = true; };
1616
in
1717

@@ -20,7 +20,7 @@ stdenv.mkDerivation {
2020

2121
src = fetchurl {
2222
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
23-
sha256 = "1zl88rlga9nhgaqc9d04vp1l1g4x6qj1d02698asnxrzk36vxh9v";
23+
sha256 = "1rfx2gj7dw9rw0w22ihi940zv3wdrj1xmjv25djq2vs6a4vsq40d";
2424
};
2525

2626
hardeningDisable = [ "format" ];

0 commit comments

Comments
 (0)