about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-02-13 12:54:53 +0100
committerJonas Heinrich <onny@project-insanity.org>2023-02-13 19:10:46 +0100
commit11867c6ee3a6833109d640ae77a6a78d7409a7ce (patch)
tree203c7075ee7a8a9a5a6c02379905205acea6fc0b /pkgs/servers
parentbe0b34847b6d14711361bae4e3f2bfe87ff917e6 (diff)
wordpressPackages.themes.geist: init 2.0.3
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/web-apps/wordpress/packages/thirdparty.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/servers/web-apps/wordpress/packages/thirdparty.nix b/pkgs/servers/web-apps/wordpress/packages/thirdparty.nix
index 19d23531f6b02..a60c06854183d 100644
--- a/pkgs/servers/web-apps/wordpress/packages/thirdparty.nix
+++ b/pkgs/servers/web-apps/wordpress/packages/thirdparty.nix
@@ -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=";
+  };
 }