lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

git: 2.5.1 -> 2.5.2

+2 -2
+2 -2
pkgs/applications/version-management/git-and-tools/git/default.nix
··· 9 9 }: 10 10 11 11 let 12 - version = "2.5.1"; 12 + version = "2.5.2"; 13 13 svn = subversionClient.override { perlBindings = true; }; 14 14 in 15 15 ··· 18 18 19 19 src = fetchurl { 20 20 url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"; 21 - sha256 = "03r2shbya0g3adya336jpc6kcn2s0fmn5p5bs1s8q6r232qvgkmk"; 21 + sha256 = "16qcli3cip1ixbrxrb3hhvvgx6ppy4anig83wz7aqlfy1sln0isb"; 22 22 }; 23 23 24 24 patches = [