smartdns: 43 -> 45

authored by R. Ryantm and committed by Weijia Wang 84e747a3 5ea231f3

+2 -2
+2 -2
pkgs/tools/networking/smartdns/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "smartdns"; 5 - version = "43"; 5 + version = "45"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "pymumu"; 9 9 repo = pname; 10 10 rev = "Release${version}"; 11 - hash = "sha256-gwbyP2duUvZafMclPwP4uZh7A7OzAvSyqjl6Eg1N6Gg="; 11 + hash = "sha256-aVGIgQkFz8A1UsHsgOSkEEE5vzp4cJEtcaKHv1EzErg="; 12 12 }; 13 13 14 14 buildInputs = [ openssl ];