Merge pull request #183247 from r-ryantm/auto-update/fq

fq: 0.0.7 -> 0.0.8
This commit is contained in:
Mario Rodas 2022-07-28 13:28:59 -05:00 committed by GitHub
commit c80abeb3a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,16 +7,16 @@
buildGoModule rec { buildGoModule rec {
pname = "fq"; pname = "fq";
version = "0.0.7"; version = "0.0.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wader"; owner = "wader";
repo = "fq"; repo = "fq";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-4bCJcLpU/k87p884jw9Gq1i6ocuD4vMn4PuOStihssE="; sha256 = "sha256-9ABlfA7osM1bYMwNy/pQyb32uJbwZry3s3iGHBXiQHQ=";
}; };
vendorSha256 = "sha256-XsMhxQ83nQO3fQ1EN2XxcZeN+I96h8mcAq+TNIvbTyo="; vendorSha256 = "sha256-GDhaeR26MXWR23yVy4kjo/mIUR3vezEs8twjoRgzbwU=";
ldflags = [ ldflags = [
"-s" "-s"