icestorm: 2020.07.08 -> 2020.08.19

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2020-08-23 09:48:59 -05:00
parent 4c5dd4c73b
commit 634934e912
No known key found for this signature in database
GPG Key ID: 25D2038DEB08021D

View File

@ -11,7 +11,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "icestorm"; pname = "icestorm";
version = "2020.07.08"; version = "2020.08.19";
passthru = rec { passthru = rec {
pythonPkg = if usePyPy then pypy3 else python3; pythonPkg = if usePyPy then pypy3 else python3;
@ -19,10 +19,10 @@ stdenv.mkDerivation rec {
}; };
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cliffordwolf"; owner = "YosysHQ";
repo = "icestorm"; repo = "icestorm";
rev = "d12308775684cf43ab923227235b4ad43060015e"; rev = "da52117ccd5b4147f64dc7345357ec5439cd7543";
sha256 = "18ykv6np8sp7rb7c1cm3ha3qnj280gpkyn476faahb15jh0nbjmw"; sha256 = "072bl3vmvb06ry0ci3b1sfjpm3iigb874khzja4azcai969ybp4k";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];