Skip to content

Commit

Permalink
nextpnr-unstable: unstable-2023-11-09 -> unstable-2023-11-17
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2023
1 parent d6506bb commit 610cd29
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-09";
version = "unstable-2023-11-17";

src = fetchFromGitHub {
owner = "YosysHQ";
repo = "nextpnr";
rev = "506d5f9422f57642a78008b71fd0c0434154d648";
hash = "sha256-IfZZtR4aXlCMC1T0oe+VRv9Yhedsra3ioapsH27GZ9k=";
rev = "55635cf2cda7af3a301da33293cc0094e7d540a6";
hash = "sha256-I8ejx2bDb7rJ+HbfN4ZuvVzQhLsx0T/xuSTCmaD9tBY=";
};

passthru.updateScript = writeShellScript "update-nextpnr-unstable" ''
Expand Down

0 comments on commit 610cd29

Please sign in to comment.