fq: 0.0.9 -> 0.0.10

This commit is contained in:
0x4A6F 2022-10-04 19:17:02 +02:00
parent be22a05cfe
commit b1c224bf83
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "fq";
version = "0.0.9";
version = "0.0.10";
src = fetchFromGitHub {
owner = "wader";
repo = "fq";
rev = "v${version}";
sha256 = "sha256-tKJ07CNyiL2z/FYd8K3Iurif2hmdHKcNClV3odR2c64=";
sha256 = "sha256-0/5MjnBP7Aeczky5VQ1N1siX4/Qw4rjlrWp8+kKaiFo=";
};
vendorSha256 = "sha256-v4bpShw78hJE4KupE1VhbbUYmQftwpRmQ67Nuw+HAZU=";
vendorSha256 = "sha256-GwHQvL1XxQLkW8jvsKXIpQI5zdlZurQ4PqNFahBpYDc=";
ldflags = [
"-s"