gawk: 4.2.1 -> 5.0.1 (#59503)
* gawk: 4.2.1 -> 5.0.1 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gawk/versions * libgpg-error: fix build with gawk 5 Cherry picked commit 6fe2cdd03c98270b0ce0026acf8dab0a6c4d3d63 from https://github.com/NixOS/nixpkgs/pull/67801.
This commit is contained in:
committed by
Samuel Leathers
parent
5017f4c608
commit
50d8295cc6
@@ -19,11 +19,11 @@ let
|
||||
inherit (stdenv.lib) optional;
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gawk-4.2.1";
|
||||
name = "gawk-5.0.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/gawk/${name}.tar.xz";
|
||||
sha256 = "0lam2zf3n7ak4pig8w46lhx9hzx50kj2v2yj1616mm26wy2rf4fi";
|
||||
sha256 = "15570p7g2x54asvr2fsc56sxzmm08fbk4mzpcs5n92fp9vq8cklf";
|
||||
};
|
||||
|
||||
# When we do build separate interactive version, it makes sense to always include man.
|
||||
|
||||
Reference in New Issue
Block a user