arachne-pnr: fix version

The version number was actually a single day off -- but otherwise the
commit hash, etc didn't change. arachne-pnr development is effectively
halted, but this is a nice touchup anyway.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2019-04-14 23:54:19 -05:00
parent 90d6653b24
commit 34e1dda3fe
No known key found for this signature in database
GPG key ID: 25D2038DEB08021D

View file

@ -4,7 +4,7 @@ with builtins;
stdenv.mkDerivation rec {
name = "arachne-pnr-${version}";
version = "2018.09.08";
version = "2018.09.09";
src = fetchFromGitHub {
owner = "yosyshq";