godns: 2.8.8 -> 2.8.9

This commit is contained in:
R. Ryantm 2022-08-28 10:58:52 +00:00
parent cef50cde2b
commit 3e80b8d7a2

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "godns";
version = "2.8.8";
version = "2.8.9";
src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
rev = "v${version}";
sha256 = "sha256-2vjOxbfCBNBNlEUOXmmWEJYxM2aeEi3yIbJ1XsFmNNw=";
sha256 = "sha256-Mqfbug+v47RdFEN13hTFxu/JYINz5fFE2QKzZs3FoJU=";
};
vendorSha256 = "sha256-PGqknRGtN0XRGPnAsWzQrlJZG5BzQIhlSysGefkxysE=";