Merge pull request #207565 from siraben/fq-update

fq: 0.1.0 -> 0.2.0

authored by

Ben Siraphob and committed by
GitHub
a5b85eb4 e3d8fd7b

+3 -3
+3 -3
pkgs/development/tools/fq/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "fq"; 10 - version = "0.1.0"; 10 + version = "0.2.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "wader"; 14 14 repo = "fq"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-ZUbeAZGHG7I4NwJZjI92isIMX8M675oI833v3uKZE7U="; 16 + sha256 = "sha256-OAdKt5RgLVoTmccN50TUwUAU7VLiTU9hEnDAKxKBRzI="; 17 17 }; 18 18 19 - vendorSha256 = "sha256-GGbKoLj8CyfqB90QnOsomZBVd6KwJCTp/MeyKvRopSQ="; 19 + vendorSha256 = "sha256-Y9wfeAX0jt3KrpRa5kJi8V8WN/hp4jTcPCbvy0RDGRk="; 20 20 21 21 ldflags = [ 22 22 "-s"