fq: 0.1.0 -> 0.2.0

Diff: https://github.com/wader/fq/compare/v0.1.0...v0.2.0
This commit is contained in:
Ben Siraphob 2022-12-24 09:52:44 +07:00
parent bb68fd92c9
commit b837e030ec
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "fq";
version = "0.1.0";
version = "0.2.0";
src = fetchFromGitHub {
owner = "wader";
repo = "fq";
rev = "v${version}";
sha256 = "sha256-ZUbeAZGHG7I4NwJZjI92isIMX8M675oI833v3uKZE7U=";
sha256 = "sha256-OAdKt5RgLVoTmccN50TUwUAU7VLiTU9hEnDAKxKBRzI=";
};
vendorSha256 = "sha256-GGbKoLj8CyfqB90QnOsomZBVd6KwJCTp/MeyKvRopSQ=";
vendorSha256 = "sha256-Y9wfeAX0jt3KrpRa5kJi8V8WN/hp4jTcPCbvy0RDGRk=";
ldflags = [
"-s"