lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

dnsproxy: 0.46.0 -> 0.46.1

authored by

Mario Rodas and committed by
GitHub
3a9c44b3 a143c831

+2 -2
+2 -2
pkgs/tools/networking/dnsproxy/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "dnsproxy"; 5 - version = "0.46.0"; 5 + version = "0.46.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "AdguardTeam"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-2Oa94dOvvNyrm0CA8rjVPo4smkGpK6yTQFRewNvHYdY="; 11 + sha256 = "sha256-MTnxKw1aH1DfUNCf3Rcrb93ShAsQ3/pJTpYB3LAu894="; 12 12 }; 13 13 14 14 vendorSha256 = null;