fq: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm 2024-02-12 04:06:28 +00:00
parent 9969aa079a
commit ebf1758274

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "fq";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "wader";
repo = "fq";
rev = "v${version}";
hash = "sha256-ohSjQxVbywOcZHwDditqDyQ+EAgzWtLXRc130dpIzzE=";
hash = "sha256-7Zprw1UgKEE8pEbmvR6LcT6Ng9oMRVDCy4HkgDNNYcU=";
};
vendorHash = "sha256-yfunwj+0fVrWV1RgZtCsdmV4ESKF7VLr12P2nULyqOg=";
vendorHash = "sha256-DodVm3Ga7+PD5ZORjVJcPruP8brT/aCGxCRlw3gVsJo=";
ldflags = [
"-s"