We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2f2859 + 67d1a17 commit 83c6601Copy full SHA for 83c6601
pkgs/development/compilers/yosys/default.nix
@@ -81,13 +81,13 @@ let
81
in
82
stdenv.mkDerivation (finalAttrs: {
83
pname = "yosys";
84
- version = "0.49";
+ version = "0.50";
85
86
src = fetchFromGitHub {
87
owner = "YosysHQ";
88
repo = "yosys";
89
tag = "v${finalAttrs.version}";
90
- hash = "sha256-He7lkNVj/J0OYNGypBvFFsSBLeZvT8iqG06okIfzkMo=";
+ hash = "sha256-5dV/RUNnCpBQp7tP2U7t/pqGP/v3vKiIKQG9fbf1Tfg=";
91
fetchSubmodules = true;
92
leaveDotGit = true;
93
postFetch = ''
0 commit comments