smartdns: 45 -> 46

This commit is contained in:
R. Ryantm 2024-06-26 03:33:14 +00:00
parent 260616a5fd
commit 5fe34b8fe9

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "smartdns";
version = "45";
version = "46";
src = fetchFromGitHub {
owner = "pymumu";
repo = pname;
rev = "Release${version}";
hash = "sha256-aVGIgQkFz8A1UsHsgOSkEEE5vzp4cJEtcaKHv1EzErg=";
hash = "sha256-7JNP8vacYENBbbCxBtSpVu9j5vCBVBsQ/OeVPoRxlE4=";
};
buildInputs = [ openssl ];