Merge pull request #66439 from aanderse/subversion
subversion: 1.9.10 -> 1.9.12, 1.10.4 -> 1.10.6
This commit is contained in:
commit
8746c77a38
@ -19,10 +19,10 @@ let
|
|||||||
|
|
||||||
common = { version, sha256, extraBuildInputs ? [ ] }: stdenv.mkDerivation (rec {
|
common = { version, sha256, extraBuildInputs ? [ ] }: stdenv.mkDerivation (rec {
|
||||||
inherit version;
|
inherit version;
|
||||||
name = "subversion-${version}";
|
pname = "subversion";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://apache/subversion/${name}.tar.bz2";
|
url = "mirror://apache/subversion/${pname}-${version}.tar.bz2";
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -98,7 +98,7 @@ let
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A version control system intended to be a compelling replacement for CVS in the open source community";
|
description = "A version control system intended to be a compelling replacement for CVS in the open source community";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
homepage = http://subversion.apache.org/;
|
homepage = "http://subversion.apache.org/";
|
||||||
maintainers = with maintainers; [ eelco lovek323 ];
|
maintainers = with maintainers; [ eelco lovek323 ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
@ -112,13 +112,13 @@ let
|
|||||||
|
|
||||||
in {
|
in {
|
||||||
subversion19 = common {
|
subversion19 = common {
|
||||||
version = "1.9.10";
|
version = "1.9.12";
|
||||||
sha256 = "1mwwbjs8nqr8qyc0xzy7chnylh4q3saycvly8rzq32swadbcca5f";
|
sha256 = "15z33gdnfiqblm5515020wfdwnp2837r3hnparava6m2fgyiafiw";
|
||||||
};
|
};
|
||||||
|
|
||||||
subversion_1_10 = common {
|
subversion_1_10 = common {
|
||||||
version = "1.10.4";
|
version = "1.10.6";
|
||||||
sha256 = "18c1vdq32nil76w678lxmp73jsbqha3dmzgmfrj76nc0xjmywql2";
|
sha256 = "19zc215mhpnm92mlyl5jbv57r5zqp6cavr3s2g9yglp6j4kfgj0q";
|
||||||
extraBuildInputs = [ lz4 utf8proc ];
|
extraBuildInputs = [ lz4 utf8proc ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user