summary refs log tree commit diff
path: root/pkgs/development/tools/misc/swig
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2014-11-03 13:29:23 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2014-11-03 13:29:23 +0200
commitcb981b9dad4bd0e64a01b1abc14d2008151a2aa7 (patch)
tree0bb46db6868e880ae9130f5d9125950624118ee8 /pkgs/development/tools/misc/swig
parent3a03bf57004460cf55e4a3da1e90e4805755313d (diff)
downloadnixpkgs-cb981b9dad4bd0e64a01b1abc14d2008151a2aa7.tar
nixpkgs-cb981b9dad4bd0e64a01b1abc14d2008151a2aa7.tar.gz
nixpkgs-cb981b9dad4bd0e64a01b1abc14d2008151a2aa7.tar.bz2
nixpkgs-cb981b9dad4bd0e64a01b1abc14d2008151a2aa7.tar.lz
nixpkgs-cb981b9dad4bd0e64a01b1abc14d2008151a2aa7.tar.xz
nixpkgs-cb981b9dad4bd0e64a01b1abc14d2008151a2aa7.tar.zst
nixpkgs-cb981b9dad4bd0e64a01b1abc14d2008151a2aa7.zip
swig3: update from 3.0.0 to 3.0.2
Diffstat (limited to 'pkgs/development/tools/misc/swig')
-rw-r--r--pkgs/development/tools/misc/swig/3.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/swig/3.x.nix b/pkgs/development/tools/misc/swig/3.x.nix
index 653fb061603..1a02c88bb71 100644
--- a/pkgs/development/tools/misc/swig/3.x.nix
+++ b/pkgs/development/tools/misc/swig/3.x.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, pcre }:
 
 stdenv.mkDerivation rec {
-  name = "swig-3.0.0";
+  name = "swig-3.0.2";
 
   src = fetchurl {
     url = "mirror://sourceforge/swig/${name}.tar.gz";
-    sha256 = "99cab1055877d00280509f0e04c1fe76643ec3792e9b8e7efcc9aa6e247229df";
+    sha256 = "04vqrij3k6pcq41y7rzl5rmhnghqg905f11wyrqw7vdwr9brcrm2";
   };
 
   buildInputs = [ pcre ];