couchdb: update from 1.6.0 to 1.6.1
This commit is contained in:
parent
7667f3c939
commit
4d133363d4
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "couchdb-${version}";
|
name = "couchdb-${version}";
|
||||||
version = "1.6.0";
|
version = "1.6.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://apache/couchdb/source/${version}/apache-${name}.tar.gz";
|
url = "mirror://apache/couchdb/source/${version}/apache-${name}.tar.gz";
|
||||||
sha256 = "0m4k7i3gibzzcabssysv42rmdr89myppc6765xr0jggwkwdxgxmx";
|
sha256 = "09w6ijj9l5jzh81nvc3hrlqp345ajg3haj353g9kxkik6wbinq2s";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ erlang icu openssl spidermonkey curl help2man sphinx which
|
buildInputs = [ erlang icu openssl spidermonkey curl help2man sphinx which
|
||||||
|
Loading…
Reference in New Issue
Block a user