wordpress: 5.7.2 -> 5.8

This commit is contained in:
R. RyanTM 2021-08-14 14:11:53 +00:00
parent 17b4b7097f
commit 5564cb9c6b

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 = ''