summaryrefslogtreecommitdiff
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
parentMerge #181133: staging-next 2022-07-11 (diff)
downloadnixpkgs-59dca5cc57720cb54622f5dc57967b630d9e9372.tar.gz
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 447ab30d4975..5df3579ca9a1 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";