wordpress: 6.0 -> 6.0.1

This commit is contained in:
R. Ryantm 2022-08-02 05:55:23 +00:00
parent ec9cb32147
commit 6cf054449b

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "wordpress";
version = "6.0";
version = "6.0.1";
src = fetchurl {
url = "https://wordpress.org/${pname}-${version}.tar.gz";
sha256 = "sha256-GIfzIj2wHW2Ijfd+oLO43eTGJDlhprSG0b7hvpMkvwg=";
sha256 = "sha256-9nhZaASqidfNySgIYpOEZOqyWurr/vqRrhdeFao+8FQ=";
};
installPhase = ''