nextpnr: 0.5 -> 0.6

https://github.com/YosysHQ/nextpnr/releases/tag/nextpnr-0.6
This commit is contained in:
Luflosi 2023-05-18 13:24:59 +02:00 committed by Austin Seipp
parent edcd3d3056
commit f3afb133fe

@ -14,14 +14,14 @@ let
in
stdenv.mkDerivation rec {
pname = "nextpnr";
version = "0.5";
version = "0.6";
srcs = [
(fetchFromGitHub {
owner = "YosysHQ";
repo = "nextpnr";
rev = "${pname}-${version}";
hash = "sha256-3/a6nVr2v9kK/FFmxZq9LQLAoE/yNRcTGojiFPGRkHU=";
hash = "sha256-S6qvTzvkS2tBMvuTpmuCx6h0OcKP5NBbmgRgOpAVtnA=";
name = "nextpnr";
})
(fetchFromGitHub {