wordpress: 5.7.2 -> 5.7.3

This commit is contained in:
Moritz Hedtke 2021-10-07 17:08:28 +02:00
parent ab54145047
commit ac2dea2208
No known key found for this signature in database
GPG Key ID: 6794D45A488C2EDE
1 changed files with 2 additions and 2 deletions

View File

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