couchdb3: 3.4.3 -> 3.5.0 (#404787)

This commit is contained in:
Wolfgang Walther
2025-06-01 10:17:14 +00:00
committed by GitHub
+2 -2
View File
@@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "couchdb";
version = "3.4.3";
version = "3.5.0";
src = fetchurl {
url = "mirror://apache/couchdb/source/${version}/apache-${pname}-${version}.tar.gz";
hash = "sha256-A1dRG2/tcOPmT051ql18wgAMsPJk7zAXArGBZCf3LyA=";
hash = "sha256-api5CpqYC77yw1tJlqjnGi8a5SJ1RshfBMQ2EBvfeL8=";
};
postPatch =