nextpnr: 2020.02.04 -> 2020.03.25
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
da7b603007
commit
b008875ddb
@ -14,14 +14,14 @@ let
|
|||||||
in
|
in
|
||||||
with stdenv; mkDerivation rec {
|
with stdenv; mkDerivation rec {
|
||||||
pname = "nextpnr";
|
pname = "nextpnr";
|
||||||
version = "2020.02.04";
|
version = "2020.03.25";
|
||||||
|
|
||||||
srcs = [
|
srcs = [
|
||||||
(fetchFromGitHub {
|
(fetchFromGitHub {
|
||||||
owner = "YosysHQ";
|
owner = "YosysHQ";
|
||||||
repo = "nextpnr";
|
repo = "nextpnr";
|
||||||
rev = "ca733561873cd54be047ae30a94efcd71b3f8be5";
|
rev = "a3ede0293a50c910e7d96319b2084d50f2501a6b";
|
||||||
sha256 = "176drrq6w53qbwmnksa1b22w9qz3gd1db9hy2lyv8svbcdxd9qwp";
|
sha256 = "0ikfjva4gqmlx6y7mjamg03ad7x9gnz32ahqv798ynd87svq10aq";
|
||||||
name = "nextpnr";
|
name = "nextpnr";
|
||||||
})
|
})
|
||||||
(fetchFromGitHub {
|
(fetchFromGitHub {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user