forked from mirrors/nixpkgs
Merge pull request #31981 from pbogdan/update-wordpress
wordpress: 4.8.3 -> 4.9
This commit is contained in:
commit
9400921c3a
|
@ -2,8 +2,8 @@
|
|||
{ fetchFromGitHub, lib } : fetchFromGitHub {
|
||||
owner = "WordPress";
|
||||
repo = "WordPress";
|
||||
rev = "4.8.3";
|
||||
sha256 = "077bdx22sj29v8q493b49xfzxpc38q45pjhmn4znw2fmkjilih5p";
|
||||
rev = "4.9";
|
||||
sha256 = "1qffh413k8c1mf3jj9hys3a7y1qfjcg2w96w4c9x3ida3lchg7ln";
|
||||
meta = {
|
||||
homepage = https://wordpress.org;
|
||||
description = "WordPress is open source software you can use to create a beautiful website, blog, or app.";
|
||||
|
|
Loading…
Reference in a new issue