Unverified Commit ba2dae3f authored by Stefan Frijters's avatar Stefan Frijters
Browse files

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.
parent 1d0dd699
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=";
  };