diff --git a/nextpnr-unstable/default.nix b/nextpnr-unstable/default.nix index 0a4281d..58358b3 100644 --- a/nextpnr-unstable/default.nix +++ b/nextpnr-unstable/default.nix @@ -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" ''