summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-06-21 22:55:10 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2015-06-22 07:13:54 +0200
commit655cda730d14b7da25e23eb87ef4d42d6c32a8b8 (patch)
treeb6d23446645dea45855ab112812e15935d75ec60 /pkgs/applications/science
parentf63e764bb6bf636ddcdfb841072cdc4ef3712135 (diff)
downloadnixlib-655cda730d14b7da25e23eb87ef4d42d6c32a8b8.tar
nixlib-655cda730d14b7da25e23eb87ef4d42d6c32a8b8.tar.gz
nixlib-655cda730d14b7da25e23eb87ef4d42d6c32a8b8.tar.bz2
nixlib-655cda730d14b7da25e23eb87ef4d42d6c32a8b8.tar.lz
nixlib-655cda730d14b7da25e23eb87ef4d42d6c32a8b8.tar.xz
nixlib-655cda730d14b7da25e23eb87ef4d42d6c32a8b8.tar.zst
nixlib-655cda730d14b7da25e23eb87ef4d42d6c32a8b8.zip
eagle 6.5.0 -> 6.6.0
CC @bjornfor:

Version 6.5.0 has disappeared from Cadsoft's FTP site. This is the
closest version that's still available. Not extensively tested, but
works fine here.

Current version is 7.3.0. I leave that to someone more interested.
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/electronics/eagle/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/electronics/eagle/default.nix b/pkgs/applications/science/electronics/eagle/default.nix
index e4cb4685f16e..da4894c11a85 100644
--- a/pkgs/applications/science/electronics/eagle/default.nix
+++ b/pkgs/applications/science/electronics/eagle/default.nix
@@ -13,11 +13,11 @@ in
 
 stdenv.mkDerivation rec {
   name = "eagle-${version}";
-  version = "6.5.0";
+  version = "6.6.0";
 
   src = fetchurl {
-    url = "ftp://ftp.cadsoft.de/eagle/program/6.5/eagle-lin-${version}.run";
-    sha256 = "17plwx2p8q2ylk0nzj5crfbdm7jc35pw7v3j8f4j81yl37l7bj22";
+    url = "ftp://ftp.cadsoft.de/eagle/program/6.6/eagle-lin-${version}.run";
+    sha256 = "0m5289daah85b2rwpivnh2z1573v6j4alzjy9hg78fkb9jdgbn0x";
   };
 
   desktopItem = makeDesktopItem {