Skip to content

Commit 90cb5cb

Browse files
dnsproxy: 0.75.4 -> 0.75.5 (NixOS#409833)
Co-authored-by: diogotcorreia <me@diogotc.com>
2 parents 1bb7c43 + b3a5cf5 commit 90cb5cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/dn/dnsproxy/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "dnsproxy";
9-
version = "0.75.4";
9+
version = "0.75.5";
1010

1111
src = fetchFromGitHub {
1212
owner = "AdguardTeam";
1313
repo = "dnsproxy";
1414
rev = "v${version}";
15-
hash = "sha256-pKIUyB/GXuqLos2OdYw6heTbsaj4l2xhSy3iCQKdbaA=";
15+
hash = "sha256-VkvYh4ksQkxhcEH0ZaaUT2h1L0Zw44s8hoDiZjdEMx0=";
1616
};
1717

18-
vendorHash = "sha256-imML/SK4NdHGH5FsjvKjt5GM3vwi6v+pF1Mu8Dy8Lms=";
18+
vendorHash = "sha256-ev05aQ+A67BT+Xtt7HVSTqmmqN/DgFp56AHWDcbkoGE=";
1919

2020
ldflags = [
2121
"-s"

0 commit comments

Comments
 (0)