about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAlexey Shmalko <rasen.dubi@gmail.com>2018-12-26 17:36:45 +0200
committerGitHub <noreply@github.com>2018-12-26 17:36:45 +0200
commit42ab51f2e853f4c45343d9d949fdf501f2ca1a77 (patch)
tree8f0b415c6750d460b0952be1103c579f4b598057 /pkgs
parentcb5bc310d36e80a4f5be28c9b7da573b6da86959 (diff)
parent12abec645331664585630ddc42322b9566909f13 (diff)
downloadnixlib-42ab51f2e853f4c45343d9d949fdf501f2ca1a77.tar
nixlib-42ab51f2e853f4c45343d9d949fdf501f2ca1a77.tar.gz
nixlib-42ab51f2e853f4c45343d9d949fdf501f2ca1a77.tar.bz2
nixlib-42ab51f2e853f4c45343d9d949fdf501f2ca1a77.tar.lz
nixlib-42ab51f2e853f4c45343d9d949fdf501f2ca1a77.tar.xz
nixlib-42ab51f2e853f4c45343d9d949fdf501f2ca1a77.tar.zst
nixlib-42ab51f2e853f4c45343d9d949fdf501f2ca1a77.zip
Merge pull request #52908 from r-ryantm/auto-update/couchdb
couchdb2: 2.2.0 -> 2.3.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/http/couchdb/2.0.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/couchdb/2.0.0.nix b/pkgs/servers/http/couchdb/2.0.0.nix
index 6e52bdc32707..fa8cb23bf1f8 100644
--- a/pkgs/servers/http/couchdb/2.0.0.nix
+++ b/pkgs/servers/http/couchdb/2.0.0.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   name = "couchdb-${version}";
-  version = "2.2.0";
+  version = "2.3.0";
 
   src = fetchurl {
     url = "mirror://apache/couchdb/source/${version}/apache-${name}.tar.gz";
-    sha256 = "11brqv302j999sd5x8amhj9iqns9cbrlkjg2l9a8xbvkmf5fng0f";
+    sha256 = "0lpk64n6fip85j1jz59kq20jdliwv6mh8j2h5zyxjn5i8b86hf0b";
   };
 
   nativeBuildInputs = [ makeWrapper ];