eclipse-plugin-spotbugs: 3.1.5 -> 3.1.6

+2 -2
+2 -2
pkgs/applications/editors/eclipse/plugins.nix
··· 555 556 spotbugs = buildEclipseUpdateSite rec { 557 name = "spotbugs-${version}"; 558 - version = "3.1.5"; 559 560 src = fetchzip { 561 stripRoot = false; 562 url = "https://github.com/spotbugs/spotbugs/releases/download/${version}/eclipsePlugin.zip"; 563 - sha256 = "0fxdirz6ik9rqykm2lcr720apsaqgngr4c7q793rjb9b3bn30c85"; 564 }; 565 566 meta = with stdenv.lib; {
··· 555 556 spotbugs = buildEclipseUpdateSite rec { 557 name = "spotbugs-${version}"; 558 + version = "3.1.6"; 559 560 src = fetchzip { 561 stripRoot = false; 562 url = "https://github.com/spotbugs/spotbugs/releases/download/${version}/eclipsePlugin.zip"; 563 + sha256 = "1qsams12n64slp00nfc9v943sy9bzffzm7anqqaz2hjw64iia7fh"; 564 }; 565 566 meta = with stdenv.lib; {