Skip to content

Commit

Permalink
Merge pull request #250675 from kashw2/git
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Sep 2, 2023
2 parents c4a2f8d + 9124084 commit 9a48290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ assert sendEmailSupport -> perlSupport;
assert svnSupport -> perlSupport;

let
version = "2.41.0";
version = "2.42.0";
svn = subversionClient.override { perlBindings = perlSupport; };
gitwebPerlLibs = with perlPackages; [ CGI HTMLParser CGIFast FCGI FCGIProcManager HTMLTagCloud ];
in
Expand All @@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {

src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
hash = "sha256-50i6/UJM/oCyEsvG8bvMw6R9SGL7HreYiHd1BHhWgEA=";
hash = "sha256-MnghDp/SmUuEhN1+Pd2eqLlA71IXDNtgbaqU2IfJOw0=";
};

outputs = [ "out" ] ++ lib.optional withManual "doc";
Expand Down Expand Up @@ -396,7 +396,7 @@ stdenv.mkDerivation (finalAttrs: {
'';

platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ primeos wmertens globin ];
maintainers = with lib.maintainers; [ primeos wmertens globin kashw2 ];
mainProgram = "git";
};
})

0 comments on commit 9a48290

Please sign in to comment.