eclipse-plugin-spotbugs: 3.1.10 -> 3.1.11

This commit is contained in:
Robert Helgesson 2019-01-29 22:29:46 +01:00
parent 7897dadbbf
commit 2cd0061bbd
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.10";
version = "3.1.11";
src = fetchzip {
stripRoot = false;
url = "https://github.com/spotbugs/spotbugs/releases/download/${version}/eclipsePlugin.zip";
sha256 = "0xrflgw0h05z3za784ach2fx6dh04lgmfr426m1q235vv2ibds5y";
sha256 = "0aanqwx3gy1arpbkqd846381hiy6272lzwhfjl94x8jhfykpqqbj";
};
meta = with stdenv.lib; {