From cf8237b4ff6997a5a981537bae31b62844a5d7e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 14:03:54 +0000 Subject: [PATCH] nextpnr-unstable: unstable-2024-01-12 -> unstable-2024-01-18 --- 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 8b54691..f1f5a02 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-2024-01-12"; + version = "unstable-2024-01-18"; src = fetchFromGitHub { owner = "YosysHQ"; repo = "nextpnr"; - rev = "2afb1f632e3069c140c1a7619031e9bda20d2002"; - hash = "sha256-0n7qzNB/oNSGXU1Q9eWPCeQWAVTZgenggAAn8guEp+M="; + rev = "4220ce100776381fcaed4ceb2efed722e7ddf474"; + hash = "sha256-ZlhLe+QRWb6wCPW8PTQSKt2HLY3Jbl+/dL/lWhBxqYI="; }; doCheck = false; # Takes too long :(