Unverified Commit 3a9c44b3 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #196896 from r-ryantm/auto-update/dnsproxy

dnsproxy: 0.46.0 -> 0.46.1
parents a143c831 d82ac25f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "dnsproxy";
  version = "0.46.0";
  version = "0.46.1";

  src = fetchFromGitHub {
    owner = "AdguardTeam";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-2Oa94dOvvNyrm0CA8rjVPo4smkGpK6yTQFRewNvHYdY=";
    sha256 = "sha256-MTnxKw1aH1DfUNCf3Rcrb93ShAsQ3/pJTpYB3LAu894=";
  };

  vendorSha256 = null;