goawk: 1.22.0 -> 1.23.0

This commit is contained in:
R. Ryantm 2023-05-16 11:32:35 +00:00
parent 43f5efa493
commit 854a19c596

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "goawk";
version = "1.22.0";
version = "1.23.0";
src = fetchFromGitHub {
owner = "benhoyt";
repo = "goawk";
rev = "v${version}";
sha256 = "sha256-8UoYGAmYmC0hcxLfkNac3flKyPBT/xsykuy+TvVosBI=";
sha256 = "sha256-uqr4edYPe29YbUm52werxPa/eo1HkR2K34FI43itzVY=";
};
vendorSha256 = null;
vendorHash = null;
nativeCheckInputs = [ gawk ];