wordpress: 4.7.4 -> 4.8.3
This commit is contained in:
parent
fe9cefa7e4
commit
e55d49bb1a
@ -2,11 +2,12 @@
|
|||||||
{ fetchFromGitHub, lib } : fetchFromGitHub {
|
{ fetchFromGitHub, lib } : fetchFromGitHub {
|
||||||
owner = "WordPress";
|
owner = "WordPress";
|
||||||
repo = "WordPress";
|
repo = "WordPress";
|
||||||
rev = "4.7.4";
|
rev = "4.8.3";
|
||||||
sha256 = "1ia9d3n085x2r6pvdrv4rk6gdp6xhjhpsq5g7a6448xzv9hf14ri";
|
sha256 = "077bdx22sj29v8q493b49xfzxpc38q45pjhmn4znw2fmkjilih5p";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://wordpress.org;
|
homepage = https://wordpress.org;
|
||||||
description = "WordPress is open source software you can use to create a beautiful website, blog, or app.";
|
description = "WordPress is open source software you can use to create a beautiful website, blog, or app.";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
|
maintainers = [ lib.maintainers.basvandijk ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user