tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
amiri: 0.113 -> 0.114
authored by
R. Ryantm
and committed by
ehmry
3 years ago
d2f5044e
11f3c386
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
data
fonts
amiri
default.nix
+2
-2
pkgs/data/fonts/amiri/default.nix
···
1
{ lib, fetchzip }:
2
3
let
4
-
version = "0.113";
5
6
in fetchzip rec {
7
name = "Amiri-${version}";
8
9
url = "https://github.com/alif-type/amiri/releases/download/${version}/${name}.zip";
10
11
-
sha256 = "0v5xm4spyww8wy6j9kpb01ixrakw7wp6jng4xnh220iy6yqcxm7v";
12
13
postFetch = ''
14
unzip $downloadedFile
···
1
{ lib, fetchzip }:
2
3
let
4
+
version = "0.114";
5
6
in fetchzip rec {
7
name = "Amiri-${version}";
8
9
url = "https://github.com/alif-type/amiri/releases/download/${version}/${name}.zip";
10
11
+
sha256 = "sha256-6FA46j1shP0R8iEi/Xop2kXS0OKW1jaGUEOthT3Z5b4=";
12
13
postFetch = ''
14
unzip $downloadedFile