···8899stdenv.mkDerivation (finalAttrs: {
1010 pname = "nawk";
1111- version = "20230909";
1111+ version = "20230911";
12121313 src = fetchFromGitHub {
1414 owner = "onetrueawk";
1515 repo = "awk";
1616- rev = finalAttrs.version;
1717- hash = "sha256-sBJ+ToFkhU5Ei84nqzbS0bUbsa+60iLSz2oeV5+PXEk=";
1616+ rev = "2ndEdition";
1717+ hash = "sha256-9SxeYsTFrsJ+Cg43QjQihi2Ij0qdJvTnyGGhUHJHjuU=";
1818 };
19192020 depsBuildBuild = [ buildPackages.stdenv.cc ];
···4343 homepage = "https://github.com/onetrueawk/awk";
4444 description = "The one, true implementation of AWK";
4545 longDescription = ''
4646- This is the version of awk described in "The AWK Programming Language", by
4747- Al Aho, Brian Kernighan, and Peter Weinberger (Addison-Wesley, 1988, ISBN
4848- 0-201-07981-X).
4646+ This is the version of awk described in "The AWK Programming Language",
4747+ Second Edition, by Al Aho, Brian Kernighan, and Peter Weinberger
4848+ (Addison-Wesley, 2023, ISBN 0-13-826972-6).
4949 '';
5050 changelog = "https://github.com/onetrueawk/awk/blob/${finalAttrs.src.rev}/ChangeLog";
5151 license = lib.licenses.mit;