yosys-ghdl: 2022.01.11 -> 0-unstable-2025-05-23

This commit is contained in:
Weijia Wang
2025-07-26 05:55:26 +02:00
parent 247ca114b2
commit 15ed1420f9

View File

@@ -11,15 +11,14 @@
stdenv.mkDerivation {
pname = "yosys-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";
version = "0-unstable-2025-05-23";
plugin = "ghdl";
src = fetchFromGitHub {
owner = "ghdl";
repo = "ghdl-yosys-plugin";
rev = "c9b05e481423c55ffcbb856fd5296701f670808c";
sha256 = "sha256-tT2+DXUtbJIBzBUBcyG2sz+3G+dTkciLVIczcRPr0Jw=";
rev = "1b97dc71377cea7e861be6625be4353c377a5fb5";
hash = "sha256-TFMUqIXJzgpnZ8cDlVb47btPqsCNJil0MN4Tdt83140=";
};
buildInputs = [