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:
parent
90d6653b24
commit
34e1dda3fe
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue