summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2018-11-28 20:50:18 +0100
committerRobert Helgesson <robert@rycee.net>2018-11-28 20:50:18 +0100
commit44f2569e50c60e6e0a0db600897e3c523708b1bd (patch)
tree63e1bb06294df0ae52f098df7c4c1e67f31a95c6
parent36994f8620a9999de3968ee35426d81bb491387c (diff)
downloadnixpkgs-44f2569e50c60e6e0a0db600897e3c523708b1bd.tar
nixpkgs-44f2569e50c60e6e0a0db600897e3c523708b1bd.tar.gz
nixpkgs-44f2569e50c60e6e0a0db600897e3c523708b1bd.tar.bz2
nixpkgs-44f2569e50c60e6e0a0db600897e3c523708b1bd.tar.lz
nixpkgs-44f2569e50c60e6e0a0db600897e3c523708b1bd.tar.xz
nixpkgs-44f2569e50c60e6e0a0db600897e3c523708b1bd.tar.zst
nixpkgs-44f2569e50c60e6e0a0db600897e3c523708b1bd.zip
eclipse-plugin-spotbugs: 3.1.8 -> 3.1.9
-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 cbc30588434..9595bfe4d8b 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.8";
+    version = "3.1.9";
 
     src = fetchzip {
       stripRoot = false;
       url = "https://github.com/spotbugs/spotbugs/releases/download/${version}/eclipsePlugin.zip";
-      sha256 = "0086shivxx745f69226f59xcv7l9xliwyr9kxm6zyn753c888js3";
+      sha256 = "0m68jbyaiz0rm4qq3nnwnvgndzv2c6ay6i29kh0p0vdbanggq3xz";
     };
 
     meta = with stdenv.lib; {