python312Packages.yosys: 0.45 -> 0.46 (#347581)

This commit is contained in:
Nick Cao 2024-10-10 18:50:46 -04:00 committed by GitHub
commit 41a95526e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,13 +75,13 @@ let
in stdenv.mkDerivation (finalAttrs: {
pname = "yosys";
version = "0.45";
version = "0.46";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-NF4NQ7mCfARuMsMTJVBbJk39puJ8+D41woYEPgthfUI=";
hash = "sha256-OnSKsX5G8Tc6AMFCmuWg6AekJvvG+K5Zr5rZZll+c/o=";
fetchSubmodules = true;
leaveDotGit = true;
postFetch = ''