fq: 0.0.7 -> 0.0.8

This commit is contained in:
R. Ryantm 2022-07-28 06:46:30 +00:00
parent bba87fc2a3
commit e9790787ca

View file

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