Skip to content

Commit

Permalink
nextpnr-unstable: unstable-2023-10-29 -> unstable-2023-11-09
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 12, 2023
1 parent 2b45a89 commit b2dd2fe
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-10-29";
version = "unstable-2023-11-09";

src = fetchFromGitHub {
owner = "YosysHQ";
repo = "nextpnr";
rev = "d6f54fd9df879643f795b3d96c25e6a84cf48a77";
hash = "sha256-AxikVAn7WaCQDkSmNDISN7vOFHguTWA9Or8Unn/hhfI=";
rev = "506d5f9422f57642a78008b71fd0c0434154d648";
hash = "sha256-IfZZtR4aXlCMC1T0oe+VRv9Yhedsra3ioapsH27GZ9k=";
};

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

0 comments on commit b2dd2fe

Please sign in to comment.