summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-05-15 13:13:51 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-05-16 16:12:19 +0200
commit3583e2a24de4c417bdeace1d2a86b4c981b0cfd6 (patch)
treed3f9b4dad758f19c1d2148c1be8eb832f9ce5063 /pkgs/development
parent5f76761dc244dd078d33d6769e3e8ba01a3691b5 (diff)
downloadnixpkgs-3583e2a24de4c417bdeace1d2a86b4c981b0cfd6.tar
nixpkgs-3583e2a24de4c417bdeace1d2a86b4c981b0cfd6.tar.gz
nixpkgs-3583e2a24de4c417bdeace1d2a86b4c981b0cfd6.tar.bz2
nixpkgs-3583e2a24de4c417bdeace1d2a86b4c981b0cfd6.tar.lz
nixpkgs-3583e2a24de4c417bdeace1d2a86b4c981b0cfd6.tar.xz
nixpkgs-3583e2a24de4c417bdeace1d2a86b4c981b0cfd6.tar.zst
nixpkgs-3583e2a24de4c417bdeace1d2a86b4c981b0cfd6.zip
complexity: 1.3 -> 1.10
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/misc/complexity/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/complexity/default.nix b/pkgs/development/tools/misc/complexity/default.nix
index 35c332f2877..60a0370e86e 100644
--- a/pkgs/development/tools/misc/complexity/default.nix
+++ b/pkgs/development/tools/misc/complexity/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "complexity-${version}";
-  version = "1.3";
+  version = "1.10";
 
   src = fetchurl {
     url = "mirror://gnu/complexity/${name}.tar.gz";
-    sha256 = "19bc64sxpqd5rqylqaa7dijz2x7qp2b0dg3ah3fb3qbcvd8b4wgy";
+    sha256 = "1vfns9xm7w0wrz12a3w15slrqnrfh6qxk15nv7qkj3irll3ff522";
   };
 
   buildInputs = [ autogen ];