From 610cd2974b941d52e6366f8582f138909ab53de0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 14:03:47 +0000 Subject: [PATCH] nextpnr-unstable: unstable-2023-11-09 -> unstable-2023-11-17 --- nextpnr-unstable/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nextpnr-unstable/default.nix b/nextpnr-unstable/default.nix index 22234dc..416583e 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-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" ''