From db27a6504be37088c49e0c4c7179b87ad65919ce Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Wed, 25 Sep 2019 05:22:51 +0000 Subject: [PATCH] Fix baseUrl for Quartus 18.1 --- sources.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources.nix b/sources.nix index e558b26..421feb7 100644 --- a/sources.nix +++ b/sources.nix @@ -767,7 +767,7 @@ in rec { recurseForDerivations = true; version = "18.1.0.625"; is32bitPackage = false; - baseUrl = "http://download.altera.com/akdlm/software/acdsinst/17.1std/590/ib_installers"; + baseUrl = "http://download.altera.com/akdlm/software/acdsinst/18.1std/625/ib_installers"; lite_edition = { recurseForDerivations = true;