Skip to content

Commit

Permalink
yosys-unstable: yosys-0.39-unstable-2024-04-04 -> yosys-0.40-unstable…
Browse files Browse the repository at this point in the history
…-2024-04-13
  • Loading branch information
github-actions[bot] committed Apr 14, 2024
1 parent 8da0698 commit 80fe1c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion yosys-unstable/abc-verifier.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ abc-verifier, fetchFromGitHub }:

abc-verifier.overrideAttrs (final: prev: {
version = "yosys-0.39-unstable-2024-03-04";
version = "yosys-0.40-unstable-2024-03-04";

src = fetchFromGitHub {
owner = "yosysHQ";
Expand Down
6 changes: 3 additions & 3 deletions yosys-unstable/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
let abc-verifier = callPackage ./abc-verifier.nix { };

in (yosys.override { inherit abc-verifier; }).overrideAttrs (final: prev: {
version = "yosys-0.39-unstable-2024-04-04";
version = "yosys-0.40-unstable-2024-04-13";

src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "22c5ab90d1580b6d515a58cf1c8be380d188b989";
hash = "sha256-uOzWb611Y9d7zYbdqwSXNOurgLLHlANrLKdtFCa7IdA=";
rev = "b827b9862f16720d2bfb5aa204818f3d1530bef0";
hash = "sha256-3XKMN0a7mCZ7R/QN6MteXgk0nWc/RfnijfE47UAN9GE=";
};

inherit abc-verifier;
Expand Down

0 comments on commit 80fe1c8

Please sign in to comment.