1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #272349 from stephank/couchdb-3.3.3

couchdb3: 3.3.2 -> 3.3.3
This commit is contained in:
Thomas Gerbet 2023-12-09 12:31:52 +01:00 committed by GitHub
commit b6160f9f89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "couchdb";
version = "3.3.2";
version = "3.3.3";
src = fetchurl {
url = "mirror://apache/couchdb/source/${version}/apache-${pname}-${version}.tar.gz";
hash = "sha256-PWgj1C0Qzw1PhsnE/lnJkyyJ1oV4/LbEtCeNx2kwjao=";
hash = "sha256-eiAHtfZz1L4iolyaER2QZpGdhy3bkTWn3OwBIimb054=";
};
postPatch = ''