wordpress: 6.0.3 -> 6.1.1

This commit is contained in:
Jonas Heinrich
2022-12-31 18:51:33 +01:00
parent a73f033cc7
commit fe98aa7530
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "wordpress";
version = "6.0.3";
version = "6.1.1";
src = fetchurl {
url = "https://wordpress.org/${pname}-${version}.tar.gz";
sha256 = "sha256-eSi0qwzXoJ1wYUzi34s7QbBbwRm2hfXoyGFivhPBq5o=";
sha256 = "sha256-IR6FSmm3Pd8cCHNQTH1oIaLYsEP1obVjr0bDJkD7H60=";
};
installPhase = ''