summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2018-06-20 19:50:08 +0200
committerRobert Helgesson <robert@rycee.net>2018-06-20 20:24:45 +0200
commitb717ca8e45a6ba6925e00d7782baf5fb1ce5674b (patch)
tree10842095cba5f9c57d7d2ed0017aba2cfa058e74 /pkgs/applications/editors
parent654960c1cd3d02d93eed45fb01beea56dac2e4fb (diff)
downloadnixlib-b717ca8e45a6ba6925e00d7782baf5fb1ce5674b.tar
nixlib-b717ca8e45a6ba6925e00d7782baf5fb1ce5674b.tar.gz
nixlib-b717ca8e45a6ba6925e00d7782baf5fb1ce5674b.tar.bz2
nixlib-b717ca8e45a6ba6925e00d7782baf5fb1ce5674b.tar.lz
nixlib-b717ca8e45a6ba6925e00d7782baf5fb1ce5674b.tar.xz
nixlib-b717ca8e45a6ba6925e00d7782baf5fb1ce5674b.tar.zst
nixlib-b717ca8e45a6ba6925e00d7782baf5fb1ce5674b.zip
eclipse-plugin-spotbugs: 3.1.3 -> 3.1.5
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/eclipse/plugins.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix
index f381064c92cf..801583299ab0 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -532,11 +532,12 @@ rec {
 
   spotbugs = buildEclipseUpdateSite rec {
     name = "spotbugs-${version}";
-    version = "3.1.3";
+    version = "3.1.5";
 
     src = fetchzip {
+      stripRoot = false;
       url = "https://github.com/spotbugs/spotbugs/releases/download/${version}/eclipsePlugin.zip";
-      sha256 = "01zrmk497bxzqgwgbpsvi5iz5qk9b4q949h4918abm54zvkgndlg";
+      sha256 = "0fxdirz6ik9rqykm2lcr720apsaqgngr4c7q793rjb9b3bn30c85";
     };
 
     meta = with stdenv.lib; {