fq: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm
2025-04-20 00:58:09 +00:00
parent ee446f457b
commit 006d3011d6

View File

@@ -8,16 +8,16 @@
buildGoModule rec { buildGoModule rec {
pname = "fq"; pname = "fq";
version = "0.14.0"; version = "0.15.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wader"; owner = "wader";
repo = "fq"; repo = "fq";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-I3mVAPNWjRHG0td1ulzGOthiNybfWLx1HgwPjFfBHCo="; hash = "sha256-/yRTeWyHVZZzWbkI/VhYD/T5KZq8E2j678LE8gn5ILE=";
}; };
vendorHash = "sha256-p2cvv983gYTvyLPYIGVsk6N7yUzBpiPzgJ3sMRNWPTo="; vendorHash = "sha256-vp7JQSnzijCkWximw4E2abd39l0qjIGkl+mPfEoli0w=";
ldflags = [ ldflags = [
"-s" "-s"