From 8f5f060ac265ab673bfc434c3329e79fe4d5dc92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 14:04:50 +0000 Subject: [PATCH] nextpnr-unstable: nextpnr-0.7-unstable-2024-04-09 -> nextpnr-0.7-unstable-2024-04-19 --- 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 0ae7989..05edcc8 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 = "nextpnr-0.7-unstable-2024-04-09"; + version = "nextpnr-0.7-unstable-2024-04-19"; src = fetchFromGitHub { owner = "YosysHQ"; repo = "nextpnr"; - rev = "d3b53d8e1a36abe835a39847aaeb79e045062b8c"; - hash = "sha256-VJCV1BI099pUu/luRk2UUFQc29Vh2DjUKnElPlhyAKM="; + rev = "edcafcf085aa0ee65f1cf01dd5f33d877777f911"; + hash = "sha256-RZi/r/IcAAPMoOrHQsOmYC9pf0CthPOnVdDuvDPuP/I="; }; doCheck = false; # Takes too long :(