about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Marshall <andrew@johnandrewmarshall.com>2022-07-19 12:48:39 -0400
committerAndrew Marshall <andrew@johnandrewmarshall.com>2022-07-19 12:52:11 -0400
commit59dca5cc57720cb54622f5dc57967b630d9e9372 (patch)
treedca86b726d366b81f52960c583182483e0e956c6
parent2543ab976c892bbdc5afe5bc05fbdbdce264803d (diff)
mlc: 3.9 -> 3.9a
The previous version is also now unavailable, and the URL appears to
have been changed.
-rw-r--r--pkgs/tools/system/mlc/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/mlc/default.nix b/pkgs/tools/system/mlc/default.nix
index 447ab30d49758..5df3579ca9a1e 100644
--- a/pkgs/tools/system/mlc/default.nix
+++ b/pkgs/tools/system/mlc/default.nix
@@ -1,11 +1,11 @@
 { lib, stdenv, fetchurl, patchelf }:
 stdenv.mkDerivation rec {
   pname = "mlc";
-  version = "3.9";
+  version = "3.9a";
 
   src = fetchurl {
-    url = "https://software.intel.com/content/dam/develop/external/us/en/protected/mlc_v${version}.tgz";
-    sha256 = "1x7abm9hbv9hkqa3cgxz6l04m3ycyl40i4zgx1w819pc10n6dhdb";
+    url = "https://downloadmirror.intel.com/736634/mlc_v${version}.tgz";
+    sha256 = "3vNI/CQwyY4KMFest1wkVYecsxigjXyGIUIKai979W4=";
   };
 
   sourceRoot = "Linux";