summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/arachne-pnr
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2017-09-02 04:02:52 -0500
committerAustin Seipp <aseipp@pobox.com>2017-09-02 04:19:11 -0500
commit32297e1baf4993fbda4240800025acf754f65f55 (patch)
treebb09964427ff8baf8a384340b3f8810d57a652c9 /pkgs/development/compilers/arachne-pnr
parente3bc5171df2ba1d640da05b1dfc870e5e1557483 (diff)
arachne-pnr: 2016.08.18 -> 2017.06.29, license switch
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/development/compilers/arachne-pnr')
-rw-r--r--pkgs/development/compilers/arachne-pnr/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/compilers/arachne-pnr/default.nix b/pkgs/development/compilers/arachne-pnr/default.nix
index 52a3b485d91e..6508b05a5348 100644
--- a/pkgs/development/compilers/arachne-pnr/default.nix
+++ b/pkgs/development/compilers/arachne-pnr/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "arachne-pnr-${version}";
- version = "2016.08.18";
+ version = "2017.06.29";
src = fetchFromGitHub {
owner = "cseed";
repo = "arachne-pnr";
- rev = "52e69ed207342710080d85c7c639480e74a021d7";
- sha256 = "15bdw5yxj76lxrwksp6liwmr6l1x77isf4bs50ys9rsnmiwh8c3w";
+ rev = "7e135edb31feacde85ec5b7e5c03fc9157080977";
+ sha256 = "1wszcx6hgw4q4r778zswrlwdwvwxq834bkajck8w9yfqwxs9lmq8";
};
preBuild = ''
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
the IceStorm [2] icepack command.
'';
homepage = https://github.com/cseed/arachne-pnr;
- license = stdenv.lib.licenses.gpl2;
+ license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.shell ];
platforms = stdenv.lib.platforms.linux;
};