File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/applications/science/electronics/eagle Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
in
14
14
mkDerivation rec {
15
15
pname = "eagle" ;
16
- version = "9.5.2 " ;
16
+ version = "9.6.0 " ;
17
17
18
18
src = fetchurl {
19
19
url = "https://eagle-updates.circuits.io/downloads/${ builtins . replaceStrings [ "." ] [ "_" ] version } /Autodesk_EAGLE_${ version } _English_Linux_64bit.tar.gz" ;
20
- sha256 = "0k707pyh0g2r6sgyran59sznq0nlh0i16la2gxqj3c5da1vb58y5 " ;
20
+ sha256 = "1crkyc7ws2zz5dfs00h6rj4z2hyqb97kp6r4hxhmcgg5647ij4z8 " ;
21
21
} ;
22
22
23
23
desktopItem = makeDesktopItem {
72
72
73
73
meta = with stdenv . lib ; {
74
74
description = "Schematic editor and PCB layout tool from Autodesk (formerly CadSoft)" ;
75
- homepage = https://www.autodesk.com/products/eagle/overview ;
75
+ homepage = " https://www.autodesk.com/products/eagle/overview" ;
76
76
license = licenses . unfree ;
77
77
platforms = [ "x86_64-linux" ] ;
78
78
maintainers = [ maintainers . rittelle ] ;
You can’t perform that action at this time.
0 commit comments