Skip to content

Commit

Permalink
Merge pull request #17358 from mimadrid/update/git-2.9.2
Browse files Browse the repository at this point in the history
git: 2.9.1 -> 2.9.2
  • Loading branch information
peti committed Jul 29, 2016
2 parents 24d1d19 + 59caf06 commit c73816b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -10,7 +10,7 @@
}:

let
version = "2.9.1";
version = "2.9.2";
svn = subversionClient.override { perlBindings = true; };
in

Expand All @@ -19,7 +19,7 @@ stdenv.mkDerivation {

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

patches = [
Expand Down

0 comments on commit c73816b

Please sign in to comment.