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:
@@ -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=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user