mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
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:
parent
ed62aa0af5
commit
09d18c6774
1 changed files with 3 additions and 3 deletions
|
@ -260,8 +260,8 @@ (define-public icestorm
|
|||
(license license:isc))))
|
||||
|
||||
(define-public nextpnr-ice40
|
||||
(let [(commit "c192ba261d77ad7f0a744fb90b01e4a5b63938c4")
|
||||
(revision "0")]
|
||||
(let [(commit "fbe486df459909065d6852a7495a212dfd2accef")
|
||||
(revision "1")]
|
||||
(package
|
||||
(name "nextpnr-ice40")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
|
@ -274,7 +274,7 @@ (define-public nextpnr-ice40
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0g2ar1z89b31qw5vgqj2rrcv9rzncs94184dgcsrz19p866654mf"))))
|
||||
"1fmxsywgs45g88ra7ips5s2niiiwrkyxdcy742ws18dfk2y4vi9c"))))
|
||||
(inputs
|
||||
`(("qtbase" ,qtbase)
|
||||
("boost" ,boost-with-python3)
|
||||
|
|
Loading…
Reference in a new issue