lol

Merge pull request #177707 from r-ryantm/auto-update/godns

godns: 2.7.7 -> 2.7.8

authored by

Bobby Rong and committed by
GitHub
29399e5a 81ccb110

+3 -3
+3 -3
pkgs/tools/networking/godns/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "godns"; 5 - version = "2.7.7"; 5 + version = "2.7.8"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "TimothyYe"; 9 9 repo = "godns"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-55A1dxVRIngfS43V+iM1RX2U6eQyPsIAHgyxKGO4yrY="; 11 + sha256 = "sha256-8uGw8F4HcpSsZF8X4cYz9ETsLLBH/NbOk2QzbAXFVFo="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-vhByl9oJjFIvOskAgLubZ5RCcitKd2jjxi8D9nU6850="; 14 + vendorSha256 = "sha256-tXH62HyA/pJxt69GWkVrJ4VrA16KfpEtpK/YKiUkvtU="; 15 15 16 16 # Some tests require internet access, broken in sandbox 17 17 doCheck = false;