new pragmatapro release
This commit is contained in:
parent
51efb95a1e
commit
b32e181094
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
pkgs.stdenv.mkDerivation rec {
|
pkgs.stdenv.mkDerivation rec {
|
||||||
pname = "pragmatapro";
|
pname = "pragmatapro";
|
||||||
version = "0.830";
|
version = "0.9";
|
||||||
|
|
||||||
buildInputs = [ pkgs.woff2 pkgs.unzip ];
|
buildInputs = [ pkgs.woff2 pkgs.unzip ];
|
||||||
src = pkgs.requireFile {
|
src = pkgs.requireFile {
|
||||||
name = "PPw-usp24.zip";
|
name = "PragmataPro0.9W.zip";
|
||||||
url = "https://fsd.it/shop/fonts/pragmatapro";
|
url = "https://fsd.it/shop/fonts/pragmatapro";
|
||||||
hash = "sha256-9su/so8ylfIvuztqXCwApN5S4xs38ZzO9raQZDr9pzQ=";
|
hash = "sha256-Hcthk7twaxRty4E1PvA3fX9XuLvLceuDFrrALehWIsU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue