summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse/plugins.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2019-01-29 22:29:46 +0100
committerRobert Helgesson <robert@rycee.net>2019-01-29 22:29:46 +0100
commit2cd0061bbda380f9c8ad21714a741abf8f7e1aac (patch)
tree4b6567ada19c35f04442fff7c4240a383734cfc9 /pkgs/applications/editors/eclipse/plugins.nix
parent7897dadbbf58b19926370096567d79175d9e4be8 (diff)
downloadnixpkgs-2cd0061bbda380f9c8ad21714a741abf8f7e1aac.tar
nixpkgs-2cd0061bbda380f9c8ad21714a741abf8f7e1aac.tar.gz
nixpkgs-2cd0061bbda380f9c8ad21714a741abf8f7e1aac.tar.bz2
nixpkgs-2cd0061bbda380f9c8ad21714a741abf8f7e1aac.tar.lz
nixpkgs-2cd0061bbda380f9c8ad21714a741abf8f7e1aac.tar.xz
nixpkgs-2cd0061bbda380f9c8ad21714a741abf8f7e1aac.tar.zst
nixpkgs-2cd0061bbda380f9c8ad21714a741abf8f7e1aac.zip
eclipse-plugin-spotbugs: 3.1.10 -> 3.1.11
Diffstat (limited to 'pkgs/applications/editors/eclipse/plugins.nix')
-rw-r--r--pkgs/applications/editors/eclipse/plugins.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix
index 30f381644ac..af0f7e2d8c5 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -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; {