Skip to content

Commit

Permalink
nextpnr-unstable: unstable-2023-10-14 -> unstable-2023-10-29
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 29, 2023
1 parent 0fbc3ed commit db355c5
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-14";
version = "unstable-2023-10-29";

src = fetchFromGitHub {
owner = "YosysHQ";
repo = "nextpnr";
rev = "4a7e58a9388971c96d7144f72a3692d1fbc6fdfd";
hash = "sha256-yc8EKv5ao7Durvu/B43gcOGC2xNZ1xawvQxF6wQFhBQ=";
rev = "d6f54fd9df879643f795b3d96c25e6a84cf48a77";
hash = "sha256-AxikVAn7WaCQDkSmNDISN7vOFHguTWA9Or8Unn/hhfI=";
};

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

0 comments on commit db355c5

Please sign in to comment.