typodermic-free-fonts: 2023a -> 2024-04
This commit is contained in:
@@ -1,14 +1,20 @@
|
|||||||
{ lib, stdenvNoCC, fetchzip }:
|
{
|
||||||
|
lib,
|
||||||
|
stdenvNoCC,
|
||||||
|
fetchzip,
|
||||||
|
}:
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "typodermic-free-fonts";
|
pname = "typodermic-free-fonts";
|
||||||
version = "2023a";
|
version = "2024-04";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url =
|
url = "https://typodermicfonts.com/wp-content/uploads/2024/04/typodermic-free-fonts-2024b.zip";
|
||||||
"https://typodermicfonts.com/wp-content/uploads/2023/01/typodermic-free-fonts-2023a.zip";
|
hash = "sha256-EbK2wrYdIFmz/gdM+46CNb4Z21jrVYZMh+dtduwC8aI=";
|
||||||
hash = "sha256-+1TPZkeiMMV0Qmk7ERgJjVVNFar9bMISbAd23H8fwFo=";
|
curlOptsList = [
|
||||||
curlOptsList = [ "--user-agent" "Mozilla/5.0" ]; # unbreak their wordpress
|
"--user-agent"
|
||||||
|
"Mozilla/5.0"
|
||||||
|
]; # unbreak their wordpress
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user