nextdns: 1.45.0 -> 1.46.0

R. Ryantm 98f21aba e1db604e

+3 -3
+3 -3
pkgs/by-name/ne/nextdns/package.nix
··· 6 7 buildGoModule rec { 8 pname = "nextdns"; 9 - version = "1.45.0"; 10 11 src = fetchFromGitHub { 12 owner = "nextdns"; 13 repo = "nextdns"; 14 rev = "v${version}"; 15 - sha256 = "sha256-CvFzDfDij4AYuytlPNrY2L0mov8MionUd06kf7aZQAo="; 16 }; 17 18 - vendorHash = "sha256-DKYWuCnpoJXJHBd6G9DFFzAPbekO+vaCPuBc4UTuxHg="; 19 20 ldflags = [ 21 "-s"
··· 6 7 buildGoModule rec { 8 pname = "nextdns"; 9 + version = "1.46.0"; 10 11 src = fetchFromGitHub { 12 owner = "nextdns"; 13 repo = "nextdns"; 14 rev = "v${version}"; 15 + sha256 = "sha256-Vutd7sTVAcz7ueJYSDAOe8CUAS5agwHEG1hH8mp8its="; 16 }; 17 18 + vendorHash = "sha256-GOj07+OVvtp+/FiwBZJb/E9P/4wiHJrh0Cx2uO3NbCg="; 19 20 ldflags = [ 21 "-s"