We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895a4c7 commit 1c1cc8cCopy full SHA for 1c1cc8c
pkgs/servers/http/couchdb/3.nix
@@ -11,11 +11,11 @@
11
12
stdenv.mkDerivation rec {
13
pname = "couchdb";
14
- version = "3.4.1";
+ version = "3.4.2";
15
16
src = fetchurl {
17
url = "mirror://apache/couchdb/source/${version}/apache-${pname}-${version}.tar.gz";
18
- hash = "sha256-qqzqG9Zs9kH9gZjc5mKjN7NZtp2P1HN+Ow4wa1ScP+U=";
+ hash = "sha256-0n/yoTNWAAKWqYq4hMrz0XWSfPIXJ5Y/+Q+rOnR1RM8=";
19
};
20
21
postPatch = ''
0 commit comments