eclipse-plugin-spotbugs: 3.1.9 -> 3.1.10

This commit is contained in:
Robert Helgesson 2018-12-25 18:11:28 +01:00
parent af53114a09
commit d30a200ab2
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -555,12 +555,12 @@ rec {
spotbugs = buildEclipseUpdateSite rec {
name = "spotbugs-${version}";
version = "3.1.9";
version = "3.1.10";
src = fetchzip {
stripRoot = false;
url = "https://github.com/spotbugs/spotbugs/releases/download/${version}/eclipsePlugin.zip";
sha256 = "0m68jbyaiz0rm4qq3nnwnvgndzv2c6ay6i29kh0p0vdbanggq3xz";
sha256 = "0xrflgw0h05z3za784ach2fx6dh04lgmfr426m1q235vv2ibds5y";
};
meta = with stdenv.lib; {