forked from mirrors/nixpkgs
eagle: bump version 6.4.0 -> 6.5.0
And name the desktop file "eagle.desktop", not "Eagle.desktop". The user facing application name is still "Eagle"; it has nothing to do with the name of the desktop file.
This commit is contained in:
parent
93c4fd2855
commit
efcffe61e4
1 changed files with 4 additions and 4 deletions
|
@ -13,15 +13,15 @@ in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "eagle-${version}";
|
name = "eagle-${version}";
|
||||||
version = "6.4.0";
|
version = "6.5.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.cadsoft.de/eagle/program/6.4/eagle-lin-${version}.run";
|
url = "ftp://ftp.cadsoft.de/eagle/program/6.5/eagle-lin-${version}.run";
|
||||||
sha256 = "0jb44dsq4cl9rx5nam6rxsw9fsmm6fsksv9s544p2zrwnad2x2i8";
|
sha256 = "17plwx2p8q2ylk0nzj5crfbdm7jc35pw7v3j8f4j81yl37l7bj22";
|
||||||
};
|
};
|
||||||
|
|
||||||
desktopItem = makeDesktopItem {
|
desktopItem = makeDesktopItem {
|
||||||
name = "Eagle";
|
name = "eagle";
|
||||||
exec = "eagle";
|
exec = "eagle";
|
||||||
icon = "eagle";
|
icon = "eagle";
|
||||||
comment = "Schematic capture and PCB layout";
|
comment = "Schematic capture and PCB layout";
|
||||||
|
|
Loading…
Add table
Reference in a new issue