Skip to content

Commit

Permalink
git: 2.23.0 -> 2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Nov 4, 2019
1 parent 32e3f4a commit 0a9e548
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -21,7 +21,7 @@ assert sendEmailSupport -> perlSupport;
assert svnSupport -> perlSupport;

let
version = "2.23.0";
version = "2.24.0";
svn = subversionClient.override { perlBindings = perlSupport; };

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

src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
sha256 = "0rv0y45gcd3h191isppn77acih695v4pipdj031jvs9rd1ds0kr3";
sha256 = "06rpakbwzck85ncfsgv4xmq3iwab9d4f5y6dqhl8nvb2fccxcwcz";
};

outputs = [ "out" ];
Expand Down

0 comments on commit 0a9e548

Please sign in to comment.