Commit 50375a51 authored by Winter's avatar Winter
Browse files

ma: use IA URL for src

The URL provided by upstream is not stable.
parent ddd4c3c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
  version = "11";

  src = fetchurl {
    url = "http://call-with-current-continuation.org/ma/ma.tar.gz";
    url = "https://web.archive.org/web/20250511210225/http://call-with-current-continuation.org/ma/ma.tar.gz";
    hash = "sha256-1UVxXbN2jSNm13BjyoN3jbKtkO3DUEEHaDOC2Ibbxf4=";
  };