about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorSong Wenwu <iyzsong@gmail.com>2013-11-22 09:41:17 +0800
committerSong Wenwu <iyzsong@gmail.com>2013-11-22 09:41:17 +0800
commit61b8ebc77f8fce3d4d6bbf45cac81e3a8febbab9 (patch)
tree119f6a41055350340bd6e1ded222a2b78bf4c689 /pkgs/development/tools
parentfed248c78e3db25edfda4ae76c49910a9170ea46 (diff)
downloadnixlib-61b8ebc77f8fce3d4d6bbf45cac81e3a8febbab9.tar
nixlib-61b8ebc77f8fce3d4d6bbf45cac81e3a8febbab9.tar.gz
nixlib-61b8ebc77f8fce3d4d6bbf45cac81e3a8febbab9.tar.bz2
nixlib-61b8ebc77f8fce3d4d6bbf45cac81e3a8febbab9.tar.lz
nixlib-61b8ebc77f8fce3d4d6bbf45cac81e3a8febbab9.tar.xz
nixlib-61b8ebc77f8fce3d4d6bbf45cac81e3a8febbab9.tar.zst
nixlib-61b8ebc77f8fce3d4d6bbf45cac81e3a8febbab9.zip
swig: bump 2.0.4 -> 2.0.11
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/misc/swig/2.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/swig/2.x.nix b/pkgs/development/tools/misc/swig/2.x.nix
index f56598e2f0f8..2066ead51a14 100644
--- a/pkgs/development/tools/misc/swig/2.x.nix
+++ b/pkgs/development/tools/misc/swig/2.x.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, pcre }:
 
 stdenv.mkDerivation rec {
-  name = "swig-2.0.4";
+  name = "swig-2.0.11";
 
   src = fetchurl {
     url = "mirror://sourceforge/swig/${name}.tar.gz";
-    sha256 = "12pcw4whi36vd41c43v8c62bn7vnq331hmvzsrg8wvyj61vi2fkn";
+    sha256 = "0kj21b6syp62vx68r1j6azv9033kng68pxm1k79pm4skkzr0ny33";
   };
 
   buildInputs = [ pcre ];