Skip to content

Commit

Permalink
git: 2.29.1 -> 2.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Oct 30, 2020
1 parent 54ff028 commit 6a17829
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ assert sendEmailSupport -> perlSupport;
assert svnSupport -> perlSupport;

let
version = "2.29.1";
version = "2.29.2";
svn = subversionClient.override { perlBindings = perlSupport; };

gitwebPerlLibs = with perlPackages; [ CGI HTMLParser CGIFast FCGI FCGIProcManager HTMLTagCloud ];
Expand All @@ -34,7 +34,7 @@ stdenv.mkDerivation {

src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
sha256 = "1cxd2h0k6bhv25avnk40h0pahgc7vgs37dc6kmln3pfhjyb6019h";
sha256 = "1h87yv117ypnc0yi86941089c14n91gixk8b6shj2y35prp47z7j";
};

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

0 comments on commit 6a17829

Please sign in to comment.