Skip to content

Commit 83c6601

Browse files
authored
python312Packages.yosys: 0.49 -> 0.50 (#381167)
2 parents b2f2859 + 67d1a17 commit 83c6601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/compilers/yosys/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ let
8181
in
8282
stdenv.mkDerivation (finalAttrs: {
8383
pname = "yosys";
84-
version = "0.49";
84+
version = "0.50";
8585

8686
src = fetchFromGitHub {
8787
owner = "YosysHQ";
8888
repo = "yosys";
8989
tag = "v${finalAttrs.version}";
90-
hash = "sha256-He7lkNVj/J0OYNGypBvFFsSBLeZvT8iqG06okIfzkMo=";
90+
hash = "sha256-5dV/RUNnCpBQp7tP2U7t/pqGP/v3vKiIKQG9fbf1Tfg=";
9191
fetchSubmodules = true;
9292
leaveDotGit = true;
9393
postFetch = ''

0 commit comments

Comments
 (0)