From 555e48d6baa39950cb1583de159077518c34ade6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Vitor=20de=20Lima=20Matos?= Date: Thu, 6 Apr 2023 10:51:57 -0300 Subject: [PATCH] nixos: patch solc 0.7.6, first dynamically-linked version --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index fffa8d3..971e1a3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -45,7 +45,7 @@ pub static SVM_HOME: Lazy = Lazy::new(|| { const REQUEST_TIMEOUT: Duration = Duration::from_secs(120); /// Version beyond which solc binaries are not fully static, hence need to be patched for NixOS. -static NIXOS_PATCH_REQ: Lazy = Lazy::new(|| VersionReq::parse(">=0.8.0").unwrap()); +static NIXOS_PATCH_REQ: Lazy = Lazy::new(|| VersionReq::parse(">=0.7.6").unwrap()); // Installer type that copies binary data to the appropriate solc binary file: // 1. create target file to copy binary data