Commit 1045cb75 authored by R. RyanTM's avatar R. RyanTM
Browse files

dnsproxy: 0.50.1 -> 0.50.2

parent 74d41199
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "dnsproxy";
  version = "0.50.1";
  version = "0.50.2";

  src = fetchFromGitHub {
    owner = "AdguardTeam";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-lDHfVhhc2fD8a1kTpX74RNogKC6ov1RKvzmjgvu+MNQ=";
    sha256 = "sha256-phMR6c18tWYZeJVOHqixfH9Kz1zZDndsUD/dF/xQ8kM=";
  };

  vendorHash = null;