amiri: 1.002 -> 1.003

This commit is contained in:
R. Ryantm 2025-06-13 14:29:02 +00:00 committed by Vincent Laporte
parent bd7c01ed89
commit d837a61cad

View File

@ -6,11 +6,11 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "amiri"; pname = "amiri";
version = "1.002"; version = "1.003";
src = fetchzip { src = fetchzip {
url = "https://github.com/alif-type/amiri/releases/download/${version}/Amiri-${version}.zip"; url = "https://github.com/alif-type/amiri/releases/download/${version}/Amiri-${version}.zip";
hash = "sha256-Ln2AFiQ5hX4w1yu5NCF28S0hmfWUhEINi1YJVV/Gngo="; hash = "sha256-BsYPMBlRdzlkvyleZIxGDuGjmqhDlEJ4udj8zoKUSzA=";
}; };
installPhase = '' installPhase = ''