python312Packages.yosys: 0.49 -> 0.50

This commit is contained in:
R. Ryantm
2025-02-11 13:30:47 +00:00
parent b64b41e8d6
commit 67d1a17016
+2 -2
View File
@@ -81,13 +81,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "yosys";
version = "0.49";
version = "0.50";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
tag = "v${finalAttrs.version}";
hash = "sha256-He7lkNVj/J0OYNGypBvFFsSBLeZvT8iqG06okIfzkMo=";
hash = "sha256-5dV/RUNnCpBQp7tP2U7t/pqGP/v3vKiIKQG9fbf1Tfg=";
fetchSubmodules = true;
leaveDotGit = true;
postFetch = ''