mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
git: 2.6.4 -> 2.7.0
Also corrected the license, which is GPL2-only
This commit is contained in:
parent
e1f555477c
commit
2c4c9bee13
@ -9,7 +9,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "2.6.4";
|
||||
version = "2.7.0";
|
||||
svn = subversionClient.override { perlBindings = true; };
|
||||
in
|
||||
|
||||
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
|
||||
sha256 = "0rnlbp7l4ggq3lk96v24rzw7qqawp6477i3b4m0b5q3346ap008w";
|
||||
sha256 = "03bvb8s5j8i54qbi3yayl42bv0wf2fpgnh1a2lkhbj79zi7b77zs";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -143,7 +143,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://git-scm.com/;
|
||||
description = "Distributed version control system";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
||||
longDescription = ''
|
||||
Git, a popular distributed version control system designed to
|
||||
|
Loading…
Reference in New Issue
Block a user