git: 2.46.0 -> 2.46.1

Changes: https://lore.kernel.org/all/023601db070c$db740f60$925c2e20$@nexbridge.com/T/
This commit is contained in:
Sergei Trofimovich 2024-09-19 09:11:41 +01:00
parent a5af82e680
commit 892b7e93c8

View File

@ -29,7 +29,7 @@ assert sendEmailSupport -> perlSupport;
assert svnSupport -> perlSupport;
let
version = "2.46.0";
version = "2.46.1";
svn = subversionClient.override { perlBindings = perlSupport; };
gitwebPerlLibs = with perlPackages; [ CGI HTMLParser CGIFast FCGI FCGIProcManager HTMLTagCloud ];
in
@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
hash = "sha256-fxI0YqKLfKPr4mB0hfcWhVTCsQ38FVx+xGMAZmrCf5U=";
hash = "sha256-iIyvuL1qtMu+vBaAQKiFDrCI+B3DrCYXGVz8CHfw9UM=";
};
outputs = [ "out" ] ++ lib.optional withManual "doc";