yosys: 0.33 -> 0.34

https://github.com/YosysHQ/yosys/releases/tag/yosys-0.34
This commit is contained in:
Luflosi
2023-10-07 11:52:04 -05:00
committed by Austin Seipp
parent ec38bafb02
commit de17c08f9d
+3 -3
View File
@@ -71,13 +71,13 @@ let
in stdenv.mkDerivation rec {
pname = "yosys";
version = "0.33";
version = "0.34";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "${pname}-${version}";
hash = "sha256-3MsWF161pqqeAbmeTlkQY6UpU4pq1WT0XXK9yciwt0M=";
rev = "refs/tags/${pname}-${version}";
hash = "sha256-GHDsMBj7DRb9ffESgzd1HzDAA6Cyft5PomidvIMzn9g=";
};
enableParallelBuilding = true;