wordpressPackages.themes.geist: init 2.0.3
This commit is contained in:
parent
be0b34847b
commit
11867c6ee3
1 changed files with 6 additions and 0 deletions
|
@ -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=";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue