From 69da96ee93d77244e47addd2f28064210a03af82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 14:04:05 +0000 Subject: [PATCH] nextpnr-unstable: unstable-2023-09-02 -> unstable-2023-09-08 --- 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 d9bc30c..9517d63 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-09-02"; + version = "unstable-2023-09-08"; src = fetchFromGitHub { owner = "YosysHQ"; repo = "nextpnr"; - rev = "79c6840fefcf84d001b0c1b269cd0198ee9d3dba"; - hash = "sha256-koNWR7PFifaLkIjbhHy5nZxxHjsXW3z+PlM5RolBn7A="; + rev = "3e1e7838732d30bc2725f2196c4c3ae4af1ae159"; + hash = "sha256-BDFMoXw5ZTRS6u21/8E6NPW0mHcvg/efQ8bkuak1+y8="; }; passthru.updateScript = writeShellScript "update-nextpnr-unstable" ''