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

fq: 0.0.8 -> 0.0.9
This commit is contained in:
superherointj 2022-08-28 18:08:52 -03:00 committed by GitHub
commit 51759e0ee3
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.8";
version = "0.0.9";
src = fetchFromGitHub {
owner = "wader";
repo = "fq";
rev = "v${version}";
sha256 = "sha256-9ABlfA7osM1bYMwNy/pQyb32uJbwZry3s3iGHBXiQHQ=";
sha256 = "sha256-tKJ07CNyiL2z/FYd8K3Iurif2hmdHKcNClV3odR2c64=";
};
vendorSha256 = "sha256-GDhaeR26MXWR23yVy4kjo/mIUR3vezEs8twjoRgzbwU=";
vendorSha256 = "sha256-v4bpShw78hJE4KupE1VhbbUYmQftwpRmQ67Nuw+HAZU=";
ldflags = [
"-s"