gnu: nextpnr-ice40: Update to 0.0.0-1.fbe486d.

* gnu/packages/fpga.scm (nextpnr-ice40): Update to 0.0.0-1.fbe486d.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Malte Frank Gerdes 2020-08-10 23:51:13 +02:00 committed by Efraim Flashner
parent ed62aa0af5
commit 09d18c6774
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -260,8 +260,8 @@ (define-public icestorm
(license license:isc)))) (license license:isc))))
(define-public nextpnr-ice40 (define-public nextpnr-ice40
(let [(commit "c192ba261d77ad7f0a744fb90b01e4a5b63938c4") (let [(commit "fbe486df459909065d6852a7495a212dfd2accef")
(revision "0")] (revision "1")]
(package (package
(name "nextpnr-ice40") (name "nextpnr-ice40")
(version (git-version "0.0.0" revision commit)) (version (git-version "0.0.0" revision commit))
@ -274,7 +274,7 @@ (define-public nextpnr-ice40
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0g2ar1z89b31qw5vgqj2rrcv9rzncs94184dgcsrz19p866654mf")))) "1fmxsywgs45g88ra7ips5s2niiiwrkyxdcy742ws18dfk2y4vi9c"))))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase)
("boost" ,boost-with-python3) ("boost" ,boost-with-python3)