mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Merge pull request #31043 from LumiGuide/wordpress-4.8.3
wordpress: 4.7.4 -> 4.8.3
This commit is contained in:
commit
03f70afd06
@ -2,11 +2,12 @@
|
||||
{ fetchFromGitHub, lib } : fetchFromGitHub {
|
||||
owner = "WordPress";
|
||||
repo = "WordPress";
|
||||
rev = "4.7.4";
|
||||
sha256 = "1ia9d3n085x2r6pvdrv4rk6gdp6xhjhpsq5g7a6448xzv9hf14ri";
|
||||
rev = "4.8.3";
|
||||
sha256 = "077bdx22sj29v8q493b49xfzxpc38q45pjhmn4znw2fmkjilih5p";
|
||||
meta = {
|
||||
homepage = https://wordpress.org;
|
||||
description = "WordPress is open source software you can use to create a beautiful website, blog, or app.";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = [ lib.maintainers.basvandijk ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user