godns: 2.9.0 -> 2.9.1

This commit is contained in:
R. Ryantm 2023-01-10 03:13:25 +00:00
parent 2add5f003a
commit 9fff794f9e

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "godns";
version = "2.9.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
rev = "v${version}";
sha256 = "sha256-FxVvqZMB9UGryNEbBFaxpK+VgrMH73x0fseU0dgCH0o=";
sha256 = "sha256-ZTp7MQTl1FbahmnStXFML4KeL736CXY5rE2gilP3txg=";
};
vendorSha256 = "sha256-PGqknRGtN0XRGPnAsWzQrlJZG5BzQIhlSysGefkxysE=";