mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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
@ -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 New Issue
Block a user