Skip to content

Commit

Permalink
hotfix: yosys-sby tag update break
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Nov 7, 2024
1 parent b0246e6 commit ee52af1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
## Documentation
-->

# 2.2.4

## Misc. Enhancements/Bugfixes

* `yosys-sby`: Overlaid new hash for `yosys-0.46` tag because of a tag update
upstream.

# 2.2.3

## Misc. Enhancements/Bugfixes
Expand Down
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
default = lib.composeManyExtensions [
(import ./nix/overlay.nix)
(nix-eda.flakesToOverlay [libparse ioplace-parser volare])
(pkgs': pkgs: {
yosys-sby = (pkgs.yosys-sby.override { sha256 = "sha256-Il2pXw2doaoZrVme2p0dSUUa8dCQtJJrmYitn1MkTD4="; });
})
(
pkgs': pkgs: let
callPackage = lib.callPackageWith pkgs';
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openlane"
version = "2.2.3"
version = "2.2.4"
description = "An infrastructure for implementing chip design flows"
authors = ["Efabless Corporation and Contributors <donn@efabless.com>"]
readme = "Readme.md"
Expand Down

0 comments on commit ee52af1

Please sign in to comment.