smartdns: 46 -> 46.1

This commit is contained in:
R. Ryantm
2025-03-11 00:54:27 +00:00
parent 6af46873e5
commit 62d791c7fa
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "smartdns";
version = "46";
version = "46.1";
src = fetchFromGitHub {
owner = "pymumu";
repo = pname;
rev = "Release${version}";
hash = "sha256-7JNP8vacYENBbbCxBtSpVu9j5vCBVBsQ/OeVPoRxlE4=";
hash = "sha256-IvaED1V1pP0/Qk2oND3fVr7PMXSnT9jFeuikEkndX0o=";
};
buildInputs = [ openssl ];