wordpress: 5.6.2 -> 5.7.1

Fixes: CVE-2021-29447, CVE-2021-29450
This commit is contained in:
Martin Weinelt 2021-04-22 13:14:39 +02:00
parent c2d6a8ec2a
commit 81229d3afe
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "wordpress";
version = "5.6.2";
version = "5.7.1";
src = fetchurl {
url = "https://wordpress.org/${pname}-${version}.tar.gz";
sha256 = "sha256-W9/U3i6jALXolDFraiI/a+PNPoNHim0rZHzaqSy4gkI=";
sha256 = "08c9g80lhs4h2psf3ykn0l4k1yyy0x21kxjqy8ckjpjvw3281nd4";
};
installPhase = ''