Skip to content

Commit

Permalink
dnsproxy: 0.72.3 -> 0.73.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 2, 2024
1 parent 8893fc2 commit 8f1a2b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/dnsproxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "dnsproxy";
version = "0.72.3";
version = "0.73.1";

src = fetchFromGitHub {
owner = "AdguardTeam";
repo = "dnsproxy";
rev = "v${version}";
hash = "sha256-UJ97/oMkP01eojNfiim0ttszigyOReHEHEcMh/JvU7M=";
hash = "sha256-SEjAt/FiVLcLkwYGQkR0iSKcicy5s2vA/1J74pIvv4E=";
};

vendorHash = "sha256-zVmoIC7LZfElEgvSq7CkOi1wOCA8ot+8JfW5wTCKwc8=";
vendorHash = "sha256-ELGiyKWhR/4bVn5g2OLLe0njavrziD5nvwFUMwSC7s4=";

ldflags = [
"-s"
Expand Down

0 comments on commit 8f1a2b1

Please sign in to comment.