Skip to content

Commit

Permalink
git: v2.47.1 -> v2.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Jan 10, 2025
1 parent 880ff60 commit dc64d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ assert sendEmailSupport -> perlSupport;
assert svnSupport -> perlSupport;

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

src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
hash = "sha256-89j5uyOuOSN06RzZ05WXDavFucXucvOYhGE82Epu0xA=";
hash = "sha256-SAO4CcQmlrO4zOawum3ib+vhGX+FPa+TCkhNuTwa0NU=";
};

outputs = [ "out" ] ++ lib.optional withManual "doc";
Expand Down

0 comments on commit dc64d61

Please sign in to comment.