···532532533533 spotbugs = buildEclipseUpdateSite rec {
534534 name = "spotbugs-${version}";
535535- version = "3.1.3";
535535+ version = "3.1.5";
536536537537 src = fetchzip {
538538+ stripRoot = false;
538539 url = "https://github.com/spotbugs/spotbugs/releases/download/${version}/eclipsePlugin.zip";
539539- sha256 = "01zrmk497bxzqgwgbpsvi5iz5qk9b4q949h4918abm54zvkgndlg";
540540+ sha256 = "0fxdirz6ik9rqykm2lcr720apsaqgngr4c7q793rjb9b3bn30c85";
540541 };
541542542543 meta = with stdenv.lib; {
+2-2
pkgs/applications/editors/emacs/macport.nix
···7575 doCheck = true;
76767777 meta = with stdenv.lib; {
7878- description = "GNU Emacs 25, the extensible, customizable text editor";
7878+ description = "The extensible, customizable text editor";
7979 homepage = http://www.gnu.org/software/emacs/;
8080 license = licenses.gpl3Plus;
8181 maintainers = with maintainers; [ jwiegley matthewbauer ];
···9797 extensions are distributed with GNU Emacs; others are available
9898 separately.
9999100100- This is "Mac port" addition to GNU Emacs 25. This provides a native
100100+ This is the "Mac port" addition to GNU Emacs 26. This provides a native
101101 GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later
102102 already contain the official GUI support via the NS (Cocoa) port for
103103 Mac OS X 10.4 and later. So if it is good enough for you, then you
···2233stdenv.mkDerivation rec {
44 name = "abcMIDI-${version}";
55- version = "2018.05.02";
55+ version = "2018.06.13";
6677 src = fetchzip {
88 url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
99- sha256 = "0pva0kwkwdrq4mfgiz389dhaqv66csqjaddirzxmhvvi6qji5d24";
99+ sha256 = "0mmr0wfdwx9vfz17gp0arspv835l5gka78hm5hkri4h3cvxpflfy";
1010 };
11111212 # There is also a file called "makefile" which seems to be preferred by the standard build phase