Skip to content

Commit

Permalink
nextpnr-unstable: nextpnr-0.7-unstable-2024-03-27 -> nextpnr-0.7-unst…
Browse files Browse the repository at this point in the history
…able-2024-04-05
  • Loading branch information
github-actions[bot] committed Apr 7, 2024
1 parent 5d47c2b commit 8da0698
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-03-27";
version = "nextpnr-0.7-unstable-2024-04-05";

src = fetchFromGitHub {
owner = "YosysHQ";
repo = "nextpnr";
rev = "7f9f75c0d30cc11694aa793b568c0098fb0db1de";
hash = "sha256-nunVglgTyp2+0Yl4J58GMOH7VlyTFRFFtHTA6rdUyyM=";
rev = "9bb46b98b474cacf3f21268e8962a7ecd6a2ec6d";
hash = "sha256-Vvv8jAPwSzR/7JPL8lEqVdTjTiXoMnvFXwxB1S5omoc=";
};

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

0 comments on commit 8da0698

Please sign in to comment.