eclipse-plugin-spotbugs: 3.1.1 -> 3.1.2

+3 -3
+3 -3
pkgs/applications/editors/eclipse/plugins.nix
··· 509 509 510 510 spotbugs = buildEclipsePlugin rec { 511 511 name = "spotbugs-${version}"; 512 - version = "3.1.1.r201712011030-903b7a0"; 512 + version = "3.1.2.r201802250230-59118d9"; 513 513 514 514 srcFeature = fetchurl { 515 515 url = "https://spotbugs.github.io/eclipse/features/com.github.spotbugs.plugin.eclipse_${version}.jar"; 516 - sha256 = "12z5dbs10h5k567wbmwz1w4pnidmqsls52qcfdb3zlgr0rqvz072"; 516 + sha256 = "1p0pz7znpfi5h1wr60sl8clkpd7rzkh7krmc0nxc6w43gkgkg9h4"; 517 517 }; 518 518 519 519 srcPlugin = fetchurl { 520 520 url = "https://spotbugs.github.io/eclipse/plugins/com.github.spotbugs.plugin.eclipse_${version}.jar"; 521 - sha256 = "0dnkp2alymvyyql7g8w79i27b3c64inhdvpxx1v014ng9liv54xb"; 521 + sha256 = "1z3jjbcjif4qip1gx2dhfcm9fyhps96ms7z3ngbdcakgw7wai9v4"; 522 522 }; 523 523 524 524 meta = with stdenv.lib; {