Skip to content

Commit

Permalink
nextpnr-unstable: unstable-2023-11-26 -> unstable-2024-01-05
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2024
1 parent 4395158 commit 704e849
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-2023-11-26";
version = "unstable-2024-01-05";

src = fetchFromGitHub {
owner = "YosysHQ";
repo = "nextpnr";
rev = "c13b34f20e7b8cdcd8b2cfa06e0f3c9446a2066d";
hash = "sha256-85iMe2sr3ar7hGxMeogJTTbFTtIU/CPKLQ/F+IVunac=";
rev = "257fbe549d0ed916a1a553bdfa8b7ff8c56b118d";
hash = "sha256-BBClVT0mcmmroixu7UYpj/zP6D4P0B7oMwNG8p7CJOw=";
};

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

0 comments on commit 704e849

Please sign in to comment.