Skip to content

Commit

Permalink
nextpnr-unstable: unstable-2024-01-12 -> unstable-2024-01-18
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 21, 2024
1 parent d8d7fbd commit cf8237b
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 = "unstable-2024-01-12";
version = "unstable-2024-01-18";

src = fetchFromGitHub {
owner = "YosysHQ";
repo = "nextpnr";
rev = "2afb1f632e3069c140c1a7619031e9bda20d2002";
hash = "sha256-0n7qzNB/oNSGXU1Q9eWPCeQWAVTZgenggAAn8guEp+M=";
rev = "4220ce100776381fcaed4ceb2efed722e7ddf474";
hash = "sha256-ZlhLe+QRWb6wCPW8PTQSKt2HLY3Jbl+/dL/lWhBxqYI=";
};

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

0 comments on commit cf8237b

Please sign in to comment.