godns: 2.9.8 -> 2.9.9

This commit is contained in:
R. Ryantm 2023-09-01 18:49:44 +00:00
parent 2a01448de1
commit 715cf28c7d

View file

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