tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
eclipse-plugin-spotbugs: 3.1.5 -> 3.1.6
Robert Helgesson
7 years ago
a01a52a2
812f4749
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
eclipse
plugins.nix
+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; {