Skip to content

Commit

Permalink
godns: 3.1.9 -> 3.2.0 (#364344)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 12, 2024
2 parents e48d691 + b02409d commit ad742c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/go/godns/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

buildGoModule rec {
pname = "godns";
version = "3.1.9";
version = "3.2.0";

src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
rev = "refs/tags/v${version}";
hash = "sha256-e39T6pOFD9FrbXVtD/qPN74HQqJcTl3a3enTPVqpsuY=";
hash = "sha256-qkyEQs96E5l1R5JTGefnTeiThr4P7PtUjpNmiylQj4c=";
};

vendorHash = "sha256-zz33xHIZ2jhD2s3v2vum0ELG7GTqe5SsADUrO5yqumw=";
Expand Down

0 comments on commit ad742c9

Please sign in to comment.