···532533 spotbugs = buildEclipseUpdateSite rec {
534 name = "spotbugs-${version}";
535- version = "3.1.3";
536537 src = fetchzip {
0538 url = "https://github.com/spotbugs/spotbugs/releases/download/${version}/eclipsePlugin.zip";
539- sha256 = "01zrmk497bxzqgwgbpsvi5iz5qk9b4q949h4918abm54zvkgndlg";
540 };
541542 meta = with stdenv.lib; {
···532533 spotbugs = buildEclipseUpdateSite rec {
534 name = "spotbugs-${version}";
535+ version = "3.1.5";
536537 src = fetchzip {
538+ stripRoot = false;
539 url = "https://github.com/spotbugs/spotbugs/releases/download/${version}/eclipsePlugin.zip";
540+ sha256 = "0fxdirz6ik9rqykm2lcr720apsaqgngr4c7q793rjb9b3bn30c85";
541 };
542543 meta = with stdenv.lib; {
+2-2
pkgs/applications/editors/emacs/macport.nix
···75 doCheck = true;
7677 meta = with stdenv.lib; {
78- description = "GNU Emacs 25, the extensible, customizable text editor";
79 homepage = http://www.gnu.org/software/emacs/;
80 license = licenses.gpl3Plus;
81 maintainers = with maintainers; [ jwiegley matthewbauer ];
···97 extensions are distributed with GNU Emacs; others are available
98 separately.
99100- This is "Mac port" addition to GNU Emacs 25. This provides a native
101 GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later
102 already contain the official GUI support via the NS (Cocoa) port for
103 Mac OS X 10.4 and later. So if it is good enough for you, then you
···75 doCheck = true;
7677 meta = with stdenv.lib; {
78+ description = "The extensible, customizable text editor";
79 homepage = http://www.gnu.org/software/emacs/;
80 license = licenses.gpl3Plus;
81 maintainers = with maintainers; [ jwiegley matthewbauer ];
···97 extensions are distributed with GNU Emacs; others are available
98 separately.
99100+ This is the "Mac port" addition to GNU Emacs 26. This provides a native
101 GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later
102 already contain the official GUI support via the NS (Cocoa) port for
103 Mac OS X 10.4 and later. So if it is good enough for you, then you
···23stdenv.mkDerivation rec {
4 name = "abcMIDI-${version}";
5- version = "2018.05.02";
67 src = fetchzip {
8 url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
9- sha256 = "0pva0kwkwdrq4mfgiz389dhaqv66csqjaddirzxmhvvi6qji5d24";
10 };
1112 # There is also a file called "makefile" which seems to be preferred by the standard build phase
···23stdenv.mkDerivation rec {
4 name = "abcMIDI-${version}";
5+ version = "2018.06.13";
67 src = fetchzip {
8 url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
9+ sha256 = "0mmr0wfdwx9vfz17gp0arspv835l5gka78hm5hkri4h3cvxpflfy";
10 };
1112 # There is also a file called "makefile" which seems to be preferred by the standard build phase