summary refs log tree commit diff
path: root/pkgs/development/tools/analysis/findbugs
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-18 15:55:49 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-18 18:18:27 +0200
commit05288d3ad5f0c939d91c0daf30e978927d4d2e45 (patch)
tree7b03e0a9c9f37d8fdfc4d688468df740ea1c9994 /pkgs/development/tools/analysis/findbugs
parent46a632eef39e634f87a78d0c97e7ea2edd17dc43 (diff)
findbugs: update from 1.3.2 to 2.0.3
Diffstat (limited to 'pkgs/development/tools/analysis/findbugs')
-rw-r--r--pkgs/development/tools/analysis/findbugs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/analysis/findbugs/default.nix b/pkgs/development/tools/analysis/findbugs/default.nix
index 0623632936d75..2adaaf3c03172 100644
--- a/pkgs/development/tools/analysis/findbugs/default.nix
+++ b/pkgs/development/tools/analysis/findbugs/default.nix
@@ -1,11 +1,11 @@
 {stdenv, fetchurl}:
 
 stdenv.mkDerivation {
-  name = "findbugs-1.3.2";
+  name = "findbugs-2.0.3";
 
   src = fetchurl {
-    url = mirror://sourceforge/findbugs/findbugs-1.3.2.tar.gz;
-    sha256 = "0mbwxzz5m9vizxlbg0i6rh5ywywiiw9zpabq5li7map43768apvr";
+    url = mirror://sourceforge/findbugs/findbugs-2.0.3.tar.gz;
+    sha256 = "17s93vszc5s2b7pwi0yk8d6w54gandxrr7vflhzmpbl6sxj2mfjr";
   };
 
   buildPhase = ''