yosys: 0.44 -> 0.45 (#341213)

This commit is contained in:
Fabián Heredia Montiel 2024-09-12 18:27:41 -06:00 committed by GitHub
commit ffb65815e3
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.44";
version = "0.45";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "refs/tags/yosys-${finalAttrs.version}";
hash = "sha256-aMVWmryMbVlEm1RNj1ENpLHOpuKRQTJMFZCn+WuaR04=";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-NF4NQ7mCfARuMsMTJVBbJk39puJ8+D41woYEPgthfUI=";
fetchSubmodules = true;
leaveDotGit = true;
postFetch = ''