We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d523134 + 59a6520 commit 001a9c9Copy full SHA for 001a9c9
pkgs/by-name/go/godns/package.nix
@@ -10,13 +10,13 @@
10
11
buildGoModule rec {
12
pname = "godns";
13
- version = "3.2.1";
+ version = "3.2.2";
14
15
src = fetchFromGitHub {
16
owner = "TimothyYe";
17
repo = "godns";
18
tag = "v${version}";
19
- hash = "sha256-E5xJiODTOaBGojFd7W+id59tKLPpHpkAFHiETOYqCSg=";
+ hash = "sha256-2VBgc+cp1IF3GprSt0oc5WOAepmV8dGhKjwodZ2JS6k=";
20
};
21
22
vendorHash = "sha256-cR+hlIGRPffP21lqDZmqBF4unS6ZyEvEvRlTrswg+js=";
0 commit comments