Skip to content

Commit baeb670

Browse files
authored
Merge pull request #82610 from r-ryantm/auto-update/eagle
eagle: 9.5.2 -> 9.6.0
2 parents 0badbdf + bafbfc5 commit baeb670

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/science/electronics/eagle

1 file changed

+3
-3
lines changed

pkgs/applications/science/electronics/eagle/eagle.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ let
1313
in
1414
mkDerivation rec {
1515
pname = "eagle";
16-
version = "9.5.2";
16+
version = "9.6.0";
1717

1818
src = fetchurl {
1919
url = "https://eagle-updates.circuits.io/downloads/${builtins.replaceStrings ["."] ["_"] version}/Autodesk_EAGLE_${version}_English_Linux_64bit.tar.gz";
20-
sha256 = "0k707pyh0g2r6sgyran59sznq0nlh0i16la2gxqj3c5da1vb58y5";
20+
sha256 = "1crkyc7ws2zz5dfs00h6rj4z2hyqb97kp6r4hxhmcgg5647ij4z8";
2121
};
2222

2323
desktopItem = makeDesktopItem {
@@ -72,7 +72,7 @@ let
7272

7373
meta = with stdenv.lib; {
7474
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";
7676
license = licenses.unfree;
7777
platforms = [ "x86_64-linux" ];
7878
maintainers = [ maintainers.rittelle ];

0 commit comments

Comments
 (0)