Skip to content

Commit

Permalink
git: 2.47.0 -> 2.47.1
Browse files Browse the repository at this point in the history
Changes: https://lore.kernel.org/git/[email protected]/
(cherry picked from commit 63c5590)
  • Loading branch information
trofi authored and github-actions[bot] committed Dec 21, 2024
1 parent fcc4949 commit 335924b
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.0";
version = "2.47.1";
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-HOEU2ohwQnG0PgJ8UeBNk5n4yI6e91Qtrnrrrn2HvE4=";
hash = "sha256-89j5uyOuOSN06RzZ05WXDavFucXucvOYhGE82Epu0xA=";
};

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

0 comments on commit 335924b

Please sign in to comment.