amiri: 1.000 -> 1.001

This commit is contained in:
R. Ryantm 2024-11-19 14:42:03 +00:00
parent 5c65b89442
commit 4f681fdcdd

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "amiri";
version = "1.000";
version = "1.001";
src = fetchzip {
url = "https://github.com/alif-type/amiri/releases/download/${version}/Amiri-${version}.zip";
hash = "sha256-WXxKLYIIKe01WWZrI1aLOv65wRgn7aqHl6Codf4foVw=";
hash = "sha256-YwiDY5/Ty5Pwj3d8+UafUNLVZ3omRtFRWQCLn2RkheM=";
};
installPhase = ''