amiri: 1.002 -> 1.003

authored by R. Ryantm and committed by Vincent Laporte d837a61c bd7c01ed

+2 -2
+2 -2
pkgs/by-name/am/amiri/package.nix
··· 6 7 stdenvNoCC.mkDerivation rec { 8 pname = "amiri"; 9 - version = "1.002"; 10 11 src = fetchzip { 12 url = "https://github.com/alif-type/amiri/releases/download/${version}/Amiri-${version}.zip"; 13 - hash = "sha256-Ln2AFiQ5hX4w1yu5NCF28S0hmfWUhEINi1YJVV/Gngo="; 14 }; 15 16 installPhase = ''
··· 6 7 stdenvNoCC.mkDerivation rec { 8 pname = "amiri"; 9 + version = "1.003"; 10 11 src = fetchzip { 12 url = "https://github.com/alif-type/amiri/releases/download/${version}/Amiri-${version}.zip"; 13 + hash = "sha256-BsYPMBlRdzlkvyleZIxGDuGjmqhDlEJ4udj8zoKUSzA="; 14 }; 15 16 installPhase = ''