godns: 2.8.4 -> 2.8.5

This commit is contained in:
R. Ryantm
2022-07-23 03:36:46 +00:00
parent bc01a2be50
commit 10385021e4
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "godns";
version = "2.8.4";
version = "2.8.5";
src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
rev = "v${version}";
sha256 = "sha256-P3jmpyk53+N/7BhPfLmCiXOoGJv35eZcvrxGqejYin8=";
sha256 = "sha256-RqJ3AfnHKA6qJhio7SMvJlcKBec7/fDz5s2ucqOkQWE=";
};
vendorSha256 = "sha256-PGqknRGtN0XRGPnAsWzQrlJZG5BzQIhlSysGefkxysE=";