1 # Upgrading? We have a test! nix-build ./nixos/tests/wordpress.nix
2{ fetchFromGitHub, lib } : fetchFromGitHub {
3 owner = "WordPress";
4 repo = "WordPress";
5 rev = "4.7.4";
6 sha256 = "1ia9d3n085x2r6pvdrv4rk6gdp6xhjhpsq5g7a6448xzv9hf14ri";
7 meta = {
8 homepage = https://wordpress.org;
9 description = "WordPress is open source software you can use to create a beautiful website, blog, or app.";
10 license = lib.licenses.gpl2;
11 };
12}