about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2024-07-31 09:42:48 +0100
committerEmery Hemingway <ehmry@posteo.net>2024-08-03 07:51:46 +0000
commite7d978fba3bd76ae0a87b77c66f104e0df1f85df (patch)
tree9d5a64ad14ea356073d052ed0184ed2e7ba820df
parentdee3e956ac1ce6fab93c364a3ee2a38de0a6ada2 (diff)
typodermic-public-domain: 2022-11 -> 2024-04
-rw-r--r--pkgs/by-name/ty/typodermic-public-domain/package.nix19
1 files changed, 13 insertions, 6 deletions
diff --git a/pkgs/by-name/ty/typodermic-public-domain/package.nix b/pkgs/by-name/ty/typodermic-public-domain/package.nix
index fdbdfc0c1e6ec..201dd0a64a750 100644
--- a/pkgs/by-name/ty/typodermic-public-domain/package.nix
+++ b/pkgs/by-name/ty/typodermic-public-domain/package.nix
@@ -1,14 +1,20 @@
-{ lib, stdenvNoCC, fetchzip }:
+{
+  lib,
+  stdenvNoCC,
+  fetchzip,
+}:
 
 stdenvNoCC.mkDerivation {
   pname = "typodermic-public-domain";
-  version = "2022-11";
+  version = "2024-04";
 
   src = fetchzip {
-    url =
-      "https://typodermicfonts.com/wp-content/uploads/2022/11/typodermic-public-domain-2022-11.zip";
-    hash = "sha256-2hqpehQ4zxSvsw2dtom/fkMAayJKNvOdYs+c+rrvJKw=";
-    curlOptsList = [ "--user-agent" "Mozilla/5.0" ]; # unbreak their wordpress
+    url = "https://typodermicfonts.com/wp-content/uploads/2024/04/typodermic-public-domain-2024-04.zip";
+    hash = "sha256-grAAU/yL/Q1EyZtrvcgrB6bcXMZoNs7suVYaKibqBOE=";
+    curlOptsList = [
+      "--user-agent"
+      "Mozilla/5.0"
+    ]; # unbreak their wordpress
     stripRoot = false;
   };
 
@@ -26,5 +32,6 @@ stdenvNoCC.mkDerivation {
     description = "Vintage Typodermic fonts";
     maintainers = with lib.maintainers; [ ehmry ];
     license = lib.licenses.cc0;
+    platforms = lib.platforms.all;
   };
 }