gawk: update to 4.0.2
This commit is contained in:
parent
796b5e3c9f
commit
7505cb5f9a
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, libsigsegv }:
|
{ stdenv, fetchurl, libsigsegv }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gawk-4.0.1";
|
name = "gawk-4.0.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/gawk/${name}.tar.xz";
|
url = "mirror://gnu/gawk/${name}.tar.xz";
|
||||||
sha256 = "0iyb5qpj27qwa4h3617ymjhbc7vxvb82dlgw2vrnss40mjhbj35f";
|
sha256 = "04vd0axif762mf781pj3days6ilv2333b9zi9c50y5mma66g5q91";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optional stdenv.isCygwin [ ./cygwin-identifiers.patch ];
|
patches = stdenv.lib.optional stdenv.isCygwin [ ./cygwin-identifiers.patch ];
|
||||||
|
|
Loading…
Reference in New Issue