godns: 3.2.1 -> 3.2.2 (#379926)

Co-authored-by: linyinfeng <lin.yinfeng@outlook.com>

Changed files
+2 -2
pkgs
by-name
go
godns
+2 -2
pkgs/by-name/go/godns/package.nix
···
buildGoModule rec {
pname = "godns";
-
version = "3.2.1";
src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
tag = "v${version}";
-
hash = "sha256-E5xJiODTOaBGojFd7W+id59tKLPpHpkAFHiETOYqCSg=";
};
vendorHash = "sha256-cR+hlIGRPffP21lqDZmqBF4unS6ZyEvEvRlTrswg+js=";
···
buildGoModule rec {
pname = "godns";
+
version = "3.2.2";
src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
tag = "v${version}";
+
hash = "sha256-2VBgc+cp1IF3GprSt0oc5WOAepmV8dGhKjwodZ2JS6k=";
};
vendorHash = "sha256-cR+hlIGRPffP21lqDZmqBF4unS6ZyEvEvRlTrswg+js=";