Skip to content

Commit

Permalink
dnsproxy: 0.31.0 -> 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Sep 4, 2020
1 parent 3e65293 commit 49f820d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/dnsproxy/default.nix
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "dnsproxy";
version = "0.31.0";
version = "0.32.0";

src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "1jyik1022iv8nqjfrv3lkvcpr8zsaxfx8hi7yagklbs6vzlg80jg";
sha256 = "14iwwg1iqfxjhpw9p3ddq53l901v9l9n2r60q9q6jls8hfqcgsnj";
};

vendorSha256 = null;
Expand Down

0 comments on commit 49f820d

Please sign in to comment.