wordpress: 5.7.1 -> 5.7.2

This commit is contained in:
Hedtke, Moritz 2021-05-26 18:26:16 +02:00
parent c5bed409b2
commit 5fa469b6f2
No known key found for this signature in database
GPG key ID: 6794D45A488C2EDE

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "wordpress";
version = "5.7.1";
version = "5.7.2";
src = fetchurl {
url = "https://wordpress.org/${pname}-${version}.tar.gz";
sha256 = "08c9g80lhs4h2psf3ykn0l4k1yyy0x21kxjqy8ckjpjvw3281nd4";
sha256 = "sha256-640FIIFZRp0L48szn3tqFQo59QP69nnCVQKEM/UTEhk=";
};
installPhase = ''