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

goawk: 1.23.0 -> 1.23.1
This commit is contained in:
figsoda
2023-05-20 23:07:03 -04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "goawk";
version = "1.23.0";
version = "1.23.1";
src = fetchFromGitHub {
owner = "benhoyt";
repo = "goawk";
rev = "v${version}";
sha256 = "sha256-uqr4edYPe29YbUm52werxPa/eo1HkR2K34FI43itzVY=";
sha256 = "sha256-U7fJq9BiWHhyM/I8gVX+PjrGZKanhBgWQWIn9ynOvQI=";
};
vendorHash = null;