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