Merge pull request #171157 from siraben/fq-update

fq: 0.0.6 -> 0.0.7
This commit is contained in:
Mario Rodas 2022-05-01 16:54:58 -05:00 committed by GitHub
commit 46d8112295
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "fq";
version = "0.0.6";
version = "0.0.7";
src = fetchFromGitHub {
owner = "wader";
repo = "fq";
rev = "v${version}";
sha256 = "sha256-/9TBnhFGYNOcCsQKUF0uuJEgnF+qRGly/5z1s3sYhqY=";
sha256 = "sha256-4bCJcLpU/k87p884jw9Gq1i6ocuD4vMn4PuOStihssE=";
};
vendorSha256 = "sha256-zvtYyNJO4QoTes3vf6CFa3dYMJqkp0PG9pnOk+aO97Y=";
vendorSha256 = "sha256-XsMhxQ83nQO3fQ1EN2XxcZeN+I96h8mcAq+TNIvbTyo=";
ldflags = [
"-s"