Unverified Commit 255debb4 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #258346 from linyinfeng/godns

godns: 2.9.9 -> 3.0.1
parents a2d7b3eb d82f947a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "godns";
  version = "2.9.9";
  version = "3.0.1";

  src = fetchFromGitHub {
    owner = "TimothyYe";
    repo = "godns";
    rev = "refs/tags/v${version}";
    hash = "sha256-R5f2h8bodP/9MP5gqGWBEbC/rLPEV4gEDoc5sMgmoLs=";
    hash = "sha256-MmjPcJxz8wAgBwPg8UaYVniypDeY05yDxehkTL8zjro=";
  };

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