amiri: fix source

The original https://github.com/alif-type/amiri reports: "This repository is empty."
The replacement seems to be the new correct url as it provides a tarball with the same hash.
This commit is contained in:
Stefan Frijters
2025-11-20 22:17:59 +01:00
parent 1d0dd69915
commit ba2dae3fd2
+1 -1
View File
@@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation rec {
version = "1.003";
src = fetchzip {
url = "https://github.com/alif-type/amiri/releases/download/${version}/Amiri-${version}.zip";
url = "https://github.com/aliftype/amiri/releases/download/${version}/Amiri-${version}.zip";
hash = "sha256-BsYPMBlRdzlkvyleZIxGDuGjmqhDlEJ4udj8zoKUSzA=";
};