Skip to content

Commit

Permalink
yosys-unstable: unstable-2023-11-18 -> unstable-2023-11-24
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 26, 2023
1 parent e923a7b commit 1cd6040
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-11-18";
version = "unstable-2023-11-24";

src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "ab6c1d368b103addae8cc658659e2f7cfd166d94";
hash = "sha256-Ew6ClvZQDHajmR5pMeiABZsd7KKnEbVqARTHLodsIE8=";
rev = "031ad38b5cc2410823089e1990cd68694a4a9bb3";
hash = "sha256-KMuuBg+bu4PWWuAU2p1WdViFonIawCcXUJSRz1cuDLE=";
};

inherit abc-verifier;
Expand Down

0 comments on commit 1cd6040

Please sign in to comment.