nextpnr: 0.6 -> 0.7

https://github.com/YosysHQ/nextpnr/releases/tag/nextpnr-0.7
This commit is contained in:
Luflosi 2024-01-24 12:56:01 +01:00 committed by Austin Seipp
parent d825ebfbf6
commit d1d8df0bd9

View File

@ -13,13 +13,13 @@ let
boostPython = boost.override { python = python3; enablePython = true; };
pname = "nextpnr";
version = "0.6";
version = "0.7";
main_src = fetchFromGitHub {
owner = "YosysHQ";
repo = "nextpnr";
rev = "${pname}-${version}";
hash = "sha256-S6qvTzvkS2tBMvuTpmuCx6h0OcKP5NBbmgRgOpAVtnA=";
hash = "sha256-YIAQcCg9RjvCys1bQ3x+sTgTmnmEeXVbt9Lr6wtg1pA=";
name = "nextpnr";
};