wordpress: 5.8 -> 5.8.1

This commit is contained in:
R. RyanTM 2021-09-13 23:00:48 +00:00
parent ea59da44e8
commit 6a1014f1b4

View File

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