Skip to content

Commit

Permalink
yosys-unstable: yosys-0.40-unstable-2024-04-13 -> yosys-0.40-unstable…
Browse files Browse the repository at this point in the history
…-2024-04-17
  • Loading branch information
github-actions[bot] committed Apr 21, 2024
1 parent 680f75b commit 12fae5d
Showing 1 changed file with 3 additions and 3 deletions.
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.40-unstable-2024-04-13";
version = "yosys-0.40-unstable-2024-04-17";

src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "b827b9862f16720d2bfb5aa204818f3d1530bef0";
hash = "sha256-3XKMN0a7mCZ7R/QN6MteXgk0nWc/RfnijfE47UAN9GE=";
rev = "171577f909cd0ecc33d879a8925d70f6c9ca8f1e";
hash = "sha256-/xRLCK+WvlO8cw/kp+/qIBdsTbqBTob7ca5QUNwJ288=";
};

inherit abc-verifier;
Expand Down

0 comments on commit 12fae5d

Please sign in to comment.