new pragmatapro release

This commit is contained in:
rhiannon morris 2025-04-18 18:29:31 +02:00
parent 51efb95a1e
commit b32e181094

View file

@ -1,13 +1,13 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.stdenv.mkDerivation rec {
pname = "pragmatapro";
version = "0.830";
version = "0.9";
buildInputs = [ pkgs.woff2 pkgs.unzip ];
src = pkgs.requireFile {
name = "PPw-usp24.zip";
name = "PragmataPro0.9W.zip";
url = "https://fsd.it/shop/fonts/pragmatapro";
hash = "sha256-9su/so8ylfIvuztqXCwApN5S4xs38ZzO9raQZDr9pzQ=";
hash = "sha256-Hcthk7twaxRty4E1PvA3fX9XuLvLceuDFrrALehWIsU=";
};
sourceRoot = ".";