Unverified Commit 0ba32d51 authored by Philip Düe's avatar Philip Düe Committed by GitHub
Browse files

eduli: fix fetchzip url and hash

Remote server language.moe.gov.tw only serves files using HTTPS.
parent 188297c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ stdenvNoCC.mkDerivation rec {

  src = fetchzip {
    name = "${pname}-${version}";
    url = "http://language.moe.gov.tw/001/Upload/Files/site_content/M0001/MoeLI-3.0.zip";
    sha256 = "0b4kjdk0h0hx446swi0wzawia0mf16qh9b6v4h4nqg8qx0p2sd3c";
    url = "https://language.moe.gov.tw/001/Upload/Files/site_content/M0001/MoeLI-3.0.zip";
    hash = "sha256-/X5jPtjOvJTUbiKV5r2dWIFL5ft0iemdwj+Zt+Q13OA=";
  };

  installPhase = ''