Merge pull request #232221 from r-ryantm/auto-update/goawk

goawk: 1.22.0 -> 1.23.0
This commit is contained in:
figsoda 2023-05-16 11:43:57 -04:00 committed by GitHub
commit d4ee9275ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];