summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2014-06-01 15:01:22 +0100
committerRok Garbas <rok@garbas.si>2014-06-01 15:01:22 +0100
commiteb8a3315109e16e193f7ca07fcd6d05d507a1b06 (patch)
treef6cdd3e9c2ebb2a1ad786f28ce84e860ac0e0e64 /pkgs/servers
parent8b9a7c36d122666910125c6bb8b0770412733470 (diff)
downloadnixlib-eb8a3315109e16e193f7ca07fcd6d05d507a1b06.tar
nixlib-eb8a3315109e16e193f7ca07fcd6d05d507a1b06.tar.gz
nixlib-eb8a3315109e16e193f7ca07fcd6d05d507a1b06.tar.bz2
nixlib-eb8a3315109e16e193f7ca07fcd6d05d507a1b06.tar.lz
nixlib-eb8a3315109e16e193f7ca07fcd6d05d507a1b06.tar.xz
nixlib-eb8a3315109e16e193f7ca07fcd6d05d507a1b06.tar.zst
nixlib-eb8a3315109e16e193f7ca07fcd6d05d507a1b06.zip
couchdb: update to 1.5.1
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/couchdb/default.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgs/servers/http/couchdb/default.nix b/pkgs/servers/http/couchdb/default.nix
index 808a86946b04..36d932c1acea 100644
--- a/pkgs/servers/http/couchdb/default.nix
+++ b/pkgs/servers/http/couchdb/default.nix
@@ -3,16 +3,15 @@
 
 stdenv.mkDerivation rec {
   name = "couchdb-${version}";
-  version = "1.5.0";
+  version = "1.5.1";
 
   src = fetchurl {
-  url = "mirror://apache/couchdb/source/${version}/apache-couchdb-${version}.tar.gz";
-  sha256 = "1vwgcckp3svgifmagyjmgazm6387i9m6z182p6ja891i8fkb5gdb";
+    url = "mirror://apache/couchdb/source/${version}/apache-${name}.tar.gz";
+    sha256 = "0isddp29zh72idgwjaswqy887c1fwx5g1lwlbzscwcv6q70xrmfr";
   };
 
-  buildInputs = [
- erlang icu openssl spidermonkey curl help2man sphinx which file pkgconfig
- ];
+  buildInputs = [ erlang icu openssl spidermonkey curl help2man sphinx which
+    file pkgconfig ];
 
   postInstall = ''
     sed -i -e "s|\`getopt|\`${getopt}/bin/getopt|" $out/bin/couchdb