Merge pull request #101345 from r-ryantm/auto-update/couchdb

couchdb3: 3.1.0 -> 3.1.1
This commit is contained in:
Ryan Mulligan 2020-10-22 14:03:40 -07:00 committed by GitHub
commit 9b8b7065cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,14 +3,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "couchdb"; pname = "couchdb";
version = "3.1.0"; version = "3.1.1";
# when updating this, please consider bumping the erlang/OTP version # when updating this, please consider bumping the erlang/OTP version
# in all-packages.nix # in all-packages.nix
src = fetchurl { src = fetchurl {
url = "mirror://apache/couchdb/source/${version}/apache-${pname}-${version}.tar.gz"; url = "mirror://apache/couchdb/source/${version}/apache-${pname}-${version}.tar.gz";
sha256 = "1vgqj3zsrkdqgnwzji3mqkapnfd6kq466f5xnya0fvzzl6bcfrs8"; sha256 = "18wcqxrv2bz88xadkqpqznprrxmcmwr0g6k895xrm8rbp9mpdzlg";
}; };
buildInputs = [ erlang icu openssl spidermonkey_68 (python3.withPackages(ps: with ps; [ requests ]))]; buildInputs = [ erlang icu openssl spidermonkey_68 (python3.withPackages(ps: with ps; [ requests ]))];