From 34e1dda3fe7c30e8f2daf290c4b8f4f46fd7f2f2 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Sun, 14 Apr 2019 23:54:19 -0500 Subject: [PATCH] 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 --- pkgs/development/compilers/arachne-pnr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/arachne-pnr/default.nix b/pkgs/development/compilers/arachne-pnr/default.nix index 09422a7a862..ad68382c13a 100644 --- a/pkgs/development/compilers/arachne-pnr/default.nix +++ b/pkgs/development/compilers/arachne-pnr/default.nix @@ -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";