Skip to content

Commit 087408a

Browse files
authored
couchdb3: 3.4.1 -> 3.4.2 (#361961)
2 parents 6eb6407 + 1c1cc8c commit 087408a

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/http/couchdb

1 file changed

+2
-2
lines changed

pkgs/servers/http/couchdb/3.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "couchdb";
14-
version = "3.4.1";
14+
version = "3.4.2";
1515

1616
src = fetchurl {
1717
url = "mirror://apache/couchdb/source/${version}/apache-${pname}-${version}.tar.gz";
18-
hash = "sha256-qqzqG9Zs9kH9gZjc5mKjN7NZtp2P1HN+Ow4wa1ScP+U=";
18+
hash = "sha256-0n/yoTNWAAKWqYq4hMrz0XWSfPIXJ5Y/+Q+rOnR1RM8=";
1919
};
2020

2121
postPatch = ''

0 commit comments

Comments
 (0)