Merge pull request #216156 from onny/wordpress-geist

wordpressPackages.themes.geist: init 2.0.3
This commit is contained in:
Jonas Heinrich 2023-02-13 19:11:39 +01:00 committed by GitHub
commit f70d01d782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,4 +5,10 @@
url = "https://storage.googleapis.com/${name}/${name}-stable/${version}/${name}-${version}-wordpress.zip";
hash = "sha256-XsNFxVL0LF+OHlsqjjTV41x9ERLwMDq9BnKKP3Px2aI=";
};
themes.geist = fetchzip rec {
name = "geist";
version = "2.0.3";
url = "https://github.com/christophery/geist/archive/refs/tags/${version}.zip";
hash = "sha256-c85oRhqu5E5IJlpgqKJRQITur1W7x40obOvHZbPevzU=";
};
}