eclipse-plugin-spotbugs: 3.1.6 -> 3.1.8

This commit is contained in:
Robert Helgesson 2018-10-21 09:47:21 +02:00
parent ec488f6f5f
commit 874894b397
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.6";
version = "3.1.8";
src = fetchzip {
stripRoot = false;
url = "https://github.com/spotbugs/spotbugs/releases/download/${version}/eclipsePlugin.zip";
sha256 = "1qsams12n64slp00nfc9v943sy9bzffzm7anqqaz2hjw64iia7fh";
sha256 = "0086shivxx745f69226f59xcv7l9xliwyr9kxm6zyn753c888js3";
};
meta = with stdenv.lib; {