Skip to content

Commit

Permalink
yosys-unstable: unstable-2023-09-02 -> unstable-2023-09-07
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 10, 2023
1 parent 83bd5ed commit 873266c
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 = "unstable-2023-09-02";
version = "unstable-2023-09-07";

src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "73cb4977b2e493b840b23419919a63be7c83e6df";
hash = "sha256-88MKZvFppqOPuD/X8LOSTsSP7RYijZtDaRmo2BDoEGY=";
rev = "41b34a19353dbbe00aa08f3561e25e0bfa4c84d2";
hash = "sha256-ZdhIrM+9rGNCBeVyxaGDUUPQopCpx1tJ/pP3Xef507A=";
};

inherit abc-verifier;
Expand Down

0 comments on commit 873266c

Please sign in to comment.