Merge pull request #134022 from r-ryantm/auto-update/wordpress

wordpress: 5.7.2 -> 5.8
This commit is contained in:
Robin Gloster 2021-09-01 21:23:08 +02:00 committed by GitHub
commit 43cc2477ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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