amiri: 0.111 -> 0.112
This commit is contained in:
parent
f7d07d4851
commit
2699f48f84
@ -1,14 +1,14 @@
|
|||||||
{ lib, fetchzip }:
|
{ lib, fetchzip }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.111";
|
version = "0.112";
|
||||||
|
|
||||||
in fetchzip rec {
|
in fetchzip rec {
|
||||||
name = "Amiri-${version}";
|
name = "Amiri-${version}";
|
||||||
|
|
||||||
url = "https://github.com/alif-type/amiri/releases/download/${version}/${name}.zip";
|
url = "https://github.com/alif-type/amiri/releases/download/${version}/${name}.zip";
|
||||||
|
|
||||||
sha256 = "1w3a5na4mazspwy8j2hvpjha10sgd287kamm51p49jcr90cvwbdr";
|
sha256 = "13j8kglgca296czxjz1xvrbz6yx05s2xassiliyszndbkrhn6bkl";
|
||||||
|
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
unzip $downloadedFile
|
unzip $downloadedFile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user