Skip to content

Commit

Permalink
Merge pull request #232548 from r-ryantm/auto-update/godns
Browse files Browse the repository at this point in the history
godns: 2.9.7 -> 2.9.8
  • Loading branch information
NickCao authored May 18, 2023
2 parents fb5143c + 5cc6776 commit 48a0fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/godns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildGoModule rec {
pname = "godns";
version = "2.9.7";
version = "2.9.8";

src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
rev = "refs/tags/v${version}";
hash = "sha256-In0v3WLxUofVaJ78HNDYWKJCjxk9q1GhDg6X2aGg91I=";
hash = "sha256-Nfw3pDqdCeaUKi+MzNIuRTwJHSoUbkJfWRJTAGvkBOQ=";
};

vendorHash = "sha256-iAU62/0MjzxwuMvIobhIZEqDJUpRqwEabnazH7jBRTE=";
Expand Down

0 comments on commit 48a0fb7

Please sign in to comment.