tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
eclipse-plugin-spotbugs: 3.1.1 -> 3.1.2
Robert Helgesson
8 years ago
f53c3ccf
95eb92a2
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
eclipse
plugins.nix
+3
-3
pkgs/applications/editors/eclipse/plugins.nix
···
509
510
spotbugs = buildEclipsePlugin rec {
511
name = "spotbugs-${version}";
512
-
version = "3.1.1.r201712011030-903b7a0";
513
514
srcFeature = fetchurl {
515
url = "https://spotbugs.github.io/eclipse/features/com.github.spotbugs.plugin.eclipse_${version}.jar";
516
-
sha256 = "12z5dbs10h5k567wbmwz1w4pnidmqsls52qcfdb3zlgr0rqvz072";
517
};
518
519
srcPlugin = fetchurl {
520
url = "https://spotbugs.github.io/eclipse/plugins/com.github.spotbugs.plugin.eclipse_${version}.jar";
521
-
sha256 = "0dnkp2alymvyyql7g8w79i27b3c64inhdvpxx1v014ng9liv54xb";
522
};
523
524
meta = with stdenv.lib; {
···
509
510
spotbugs = buildEclipsePlugin rec {
511
name = "spotbugs-${version}";
512
+
version = "3.1.2.r201802250230-59118d9";
513
514
srcFeature = fetchurl {
515
url = "https://spotbugs.github.io/eclipse/features/com.github.spotbugs.plugin.eclipse_${version}.jar";
516
+
sha256 = "1p0pz7znpfi5h1wr60sl8clkpd7rzkh7krmc0nxc6w43gkgkg9h4";
517
};
518
519
srcPlugin = fetchurl {
520
url = "https://spotbugs.github.io/eclipse/plugins/com.github.spotbugs.plugin.eclipse_${version}.jar";
521
+
sha256 = "1z3jjbcjif4qip1gx2dhfcm9fyhps96ms7z3ngbdcakgw7wai9v4";
522
};
523
524
meta = with stdenv.lib; {