Skip to content

Commit

Permalink
nextpnr-unstable: nextpnr-0.7-unstable-2024-04-09 -> nextpnr-0.7-unst…
Browse files Browse the repository at this point in the history
…able-2024-04-19
  • Loading branch information
github-actions[bot] committed Apr 21, 2024
1 parent 12fae5d commit 8f5f060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nextpnr-unstable/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ nextpnrWithGui, callPackage, fetchFromGitHub, writeShellScript, nix-update }:

nextpnrWithGui.overrideAttrs (final: prev: {
version = "nextpnr-0.7-unstable-2024-04-09";
version = "nextpnr-0.7-unstable-2024-04-19";

src = fetchFromGitHub {
owner = "YosysHQ";
repo = "nextpnr";
rev = "d3b53d8e1a36abe835a39847aaeb79e045062b8c";
hash = "sha256-VJCV1BI099pUu/luRk2UUFQc29Vh2DjUKnElPlhyAKM=";
rev = "edcafcf085aa0ee65f1cf01dd5f33d877777f911";
hash = "sha256-RZi/r/IcAAPMoOrHQsOmYC9pf0CthPOnVdDuvDPuP/I=";
};

doCheck = false; # Takes too long :(
Expand Down

0 comments on commit 8f5f060

Please sign in to comment.