godns: 2.9.9 -> 3.0.1

This commit is contained in:
Lin Yinfeng 2023-10-01 14:26:50 +08:00
parent dd8af63ff7
commit d82f947afb
No known key found for this signature in database
GPG key ID: 46947CB61521FC42

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "godns";
version = "2.9.9";
version = "3.0.1";
src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
rev = "refs/tags/v${version}";
hash = "sha256-R5f2h8bodP/9MP5gqGWBEbC/rLPEV4gEDoc5sMgmoLs=";
hash = "sha256-MmjPcJxz8wAgBwPg8UaYVniypDeY05yDxehkTL8zjro=";
};
vendorHash = "sha256-iAU62/0MjzxwuMvIobhIZEqDJUpRqwEabnazH7jBRTE=";