at 18.09-beta 494 B view raw
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.9.1"; 6 sha256 = "0d931mv6wbgnc7f15nisnn5al0ffi19zya2iwdzw98s4klpaq955"; 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 maintainers = [ lib.maintainers.basvandijk ]; 12 }; 13}