about summary refs log tree commit diff
path: root/pkgs/tools/text/gawk
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-10-02 20:36:01 +0000
committerLudovic Courtès <ludo@gnu.org>2011-10-02 20:36:01 +0000
commit29d669037e5f058e349b90f3e1d8ea14f62f19ba (patch)
treef81cb7437119befc6e8fd47e5254409aaf1acf7b /pkgs/tools/text/gawk
parent14a86cfa3b6b10a4a4dd8ac4c3e563df6c5e0c88 (diff)
downloadnixlib-29d669037e5f058e349b90f3e1d8ea14f62f19ba.tar
nixlib-29d669037e5f058e349b90f3e1d8ea14f62f19ba.tar.gz
nixlib-29d669037e5f058e349b90f3e1d8ea14f62f19ba.tar.bz2
nixlib-29d669037e5f058e349b90f3e1d8ea14f62f19ba.tar.lz
nixlib-29d669037e5f058e349b90f3e1d8ea14f62f19ba.tar.xz
nixlib-29d669037e5f058e349b90f3e1d8ea14f62f19ba.tar.zst
nixlib-29d669037e5f058e349b90f3e1d8ea14f62f19ba.zip
GNU Awk 4.0.0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=29591
Diffstat (limited to 'pkgs/tools/text/gawk')
-rw-r--r--pkgs/tools/text/gawk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/gawk/default.nix b/pkgs/tools/text/gawk/default.nix
index c4f37f922c74..0c7e85cce4f2 100644
--- a/pkgs/tools/text/gawk/default.nix
+++ b/pkgs/tools/text/gawk/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, libsigsegv }:
 
 stdenv.mkDerivation rec {
-  name = "gawk-3.1.8";
+  name = "gawk-4.0.0";
 
   src = fetchurl {
     url = "mirror://gnu/gawk/${name}.tar.bz2";
-    sha256 = "1d0jfh319w4h8l1zzqv248916wrc2add1b1aghri31rj9hn7pg2x";
+    sha256 = "0sss7rhpvizi2a88h6giv0i7w5h07s2fxkw3s6n1hqvcnhrfgbb0";
   };
 
   doCheck = true;