Merge pull request #154449 from siraben/fq-update

fq: 0.0.2 -> 0.0.3
This commit is contained in:
Ben Siraphob 2022-01-11 15:19:03 +07:00 committed by GitHub
commit 570c0e27c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildGo117Module rec {
pname = "fq";
version = "0.0.2";
version = "0.0.3";
src = fetchFromGitHub {
owner = "wader";
repo = "fq";
rev = "v${version}";
sha256 = "sha256-ykjt9MPkN5dgTaY2VhApNt5DKh9TFapMpoHwLdpOKcw=";
sha256 = "sha256-yC2Hd7sUPA7SCJNWYlD1u3u9kfTEtkFwdUrNeYoi5xU=";
};
vendorSha256 = "sha256-89rSpxhP35wreo+0AqM+rDICCPchF+yFVvrTtZ2Xwr4=";