From 9b16f08a95589022e3ebc3e3642013d98bc5a1f0 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sat, 8 Oct 2022 11:18:57 +0300 Subject: [PATCH] yosys-ghdl: 2021.01.25 -> 2022.01.11 --- pkgs/development/compilers/yosys/plugins/ghdl.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/compilers/yosys/plugins/ghdl.nix b/pkgs/development/compilers/yosys/plugins/ghdl.nix index 89223eff478d..718343f5fb8f 100644 --- a/pkgs/development/compilers/yosys/plugins/ghdl.nix +++ b/pkgs/development/compilers/yosys/plugins/ghdl.nix @@ -10,14 +10,14 @@ stdenv.mkDerivation { pname = "yosys-ghdl"; - version = "2021.01.25"; - plugin = "ghdl"; + # This is not the latest commit, but it's the latest that builds with current stable ghdl 2.0.0 + version = "2022.01.11"; src = fetchFromGitHub { owner = "ghdl"; repo = "ghdl-yosys-plugin"; - rev = "cba859cacf8c6631146dbdaa0f297c060b5a68cd"; - sha256 = "01d9wb7sqkmkf2y9bnn3pmhy08khzs5m1d06whxsiwgwnjzfk9mx"; + rev = "c9b05e481423c55ffcbb856fd5296701f670808c"; + sha256 = "sha256-tT2+DXUtbJIBzBUBcyG2sz+3G+dTkciLVIczcRPr0Jw="; }; buildInputs = [