fq: 0.0.2 -> 0.0.3

This commit is contained in:
Ben Siraphob 2022-01-11 13:12:03 +07:00
parent a48caf2749
commit 40d28cd733
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267

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=";