mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
Merge pull request #196080 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.45.3 -> 0.45.4
This commit is contained in:
commit
c95a30780d
@ -2,13 +2,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "dnsproxy";
|
||||
version = "0.45.3";
|
||||
version = "0.45.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "AdguardTeam";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-0yb+YfX8+QKH+Mi0D1Gh0b1hfh2EiemMTkotV+z53Ns=";
|
||||
sha256 = "sha256-AHsbp9eWLzIJZtn1CNBUE2dwAmBfNmWZ926jB84PEoQ=";
|
||||
};
|
||||
|
||||
vendorSha256 = null;
|
||||
|
Loading…
Reference in New Issue
Block a user