Skip to content

Commit 001a9c9

Browse files
godns: 3.2.1 -> 3.2.2 (NixOS#379926)
Co-authored-by: linyinfeng <[email protected]>
2 parents d523134 + 59a6520 commit 001a9c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/go/godns/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
buildGoModule rec {
1212
pname = "godns";
13-
version = "3.2.1";
13+
version = "3.2.2";
1414

1515
src = fetchFromGitHub {
1616
owner = "TimothyYe";
1717
repo = "godns";
1818
tag = "v${version}";
19-
hash = "sha256-E5xJiODTOaBGojFd7W+id59tKLPpHpkAFHiETOYqCSg=";
19+
hash = "sha256-2VBgc+cp1IF3GprSt0oc5WOAepmV8dGhKjwodZ2JS6k=";
2020
};
2121

2222
vendorHash = "sha256-cR+hlIGRPffP21lqDZmqBF4unS6ZyEvEvRlTrswg+js=";

0 commit comments

Comments
 (0)