summary refs log tree commit diff
path: root/pkgs/development/libraries/incrtcl
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-05-15 13:16:37 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-05-16 16:12:21 +0200
commit26361453689952838856c7a5cb6e60a243e0769b (patch)
tree58660c413190d0165553e3e0f87475a338a08132 /pkgs/development/libraries/incrtcl
parent5e6bb86f5d951205368cc8d0f9fc4d55c24fe40c (diff)
downloadnixpkgs-26361453689952838856c7a5cb6e60a243e0769b.tar
nixpkgs-26361453689952838856c7a5cb6e60a243e0769b.tar.gz
nixpkgs-26361453689952838856c7a5cb6e60a243e0769b.tar.bz2
nixpkgs-26361453689952838856c7a5cb6e60a243e0769b.tar.lz
nixpkgs-26361453689952838856c7a5cb6e60a243e0769b.tar.xz
nixpkgs-26361453689952838856c7a5cb6e60a243e0769b.tar.zst
nixpkgs-26361453689952838856c7a5cb6e60a243e0769b.zip
incrtcl: 3.4.1 -> 4.0.4
Diffstat (limited to 'pkgs/development/libraries/incrtcl')
-rw-r--r--pkgs/development/libraries/incrtcl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/incrtcl/default.nix b/pkgs/development/libraries/incrtcl/default.nix
index e6474abf11c..a8f29b60c2b 100644
--- a/pkgs/development/libraries/incrtcl/default.nix
+++ b/pkgs/development/libraries/incrtcl/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "incrtcl-${version}";
-  version = "3.4.1";
+  version = "4.0.4";
   
   src = fetchurl {
-    url = mirror://sourceforge/incrtcl/%5BIncr%20Tcl_Tk%5D-source/3.4/itcl3.4.1.tar.gz;
-    sha256 = "0s457j9mn3c1wjj43iwy3zwhyz980jlyqn3s9487da9dwwn86c2k";
+    url = mirror://sourceforge/incrtcl/%5BIncr%20Tcl_Tk%5D-source/3.4/itcl4.0.4.tar.gz;
+    sha256 = "1ppc9b13cvmc6rp77k7dl2zb26xk0z30vxygmr4h1xr2r8w091k3";
   };
 
   buildInputs = [ tcl ];