Skip to content

Commit

Permalink
Merge pull request #312211 from JohnRTitor/update-git
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored May 22, 2024
2 parents 9d056f9 + f3692ef commit 31311bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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.44.1";
version = "2.45.1";
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-e2CmJMD3AJoWuFYlBiGq/c3YXrjUS7AgYXtlJbhyYeQ=";
hash = "sha256-5k00Co5ieuIs+4vMZRzKC0l88en99SNzVUT/SnMvEr8=";
};

outputs = [ "out" ] ++ lib.optional withManual "doc";
Expand Down Expand Up @@ -374,6 +374,7 @@ stdenv.mkDerivation (finalAttrs: {
});
buildbot-integration = nixosTests.buildbot;
} // tests.fetchgit;
updateScript = ./update.sh;
};

meta = {
Expand Down

0 comments on commit 31311bf

Please sign in to comment.