wordpressPackages.themes.geist: init 2.0.3

This commit is contained in:
Jonas Heinrich 2023-02-13 12:54:53 +01:00
parent be0b34847b
commit 11867c6ee3

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=";
};
}