Merge pull request #211118 from superherointj/package-couchdb3-3.3.1

couchdb: 3.2.2 -> 3.3.1
This commit is contained in:
Nick Cao 2023-01-17 08:19:13 +08:00 committed by GitHub
commit 974db57977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 8 deletions

View file

@ -3,14 +3,11 @@
stdenv.mkDerivation rec {
pname = "couchdb";
version = "3.2.2";
version = "3.3.1";
# when updating this, please consider bumping the erlang/OTP version
# in all-packages.nix
src = fetchurl {
url = "mirror://apache/couchdb/source/${version}/apache-${pname}-${version}.tar.gz";
sha256 = "sha256-acn9b4ATNVf2igLpLdpypP1kbWRvQp9Fu4Mpow+C8g4=";
sha256 = "sha256-m4nXtU9+9StCvVGmoKLTsbBszjld8smdjx9H+TVeK+4=";
};
nativeBuildInputs = [

View file

@ -23999,9 +23999,7 @@ with pkgs;
codeowners = callPackage ../development/tools/codeowners { };
couchdb3 = callPackage ../servers/http/couchdb/3.nix {
erlang = buildPackages.erlangR22;
};
couchdb3 = callPackage ../servers/http/couchdb/3.nix { };
dcnnt = python3Packages.callPackage ../servers/dcnnt { };