smartdns: 43 -> 45

This commit is contained in:
R. Ryantm
2024-02-10 05:31:13 +00:00
committed by Weijia Wang
parent 5ea231f3c8
commit 84e747a31f
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "smartdns";
version = "43";
version = "45";
src = fetchFromGitHub {
owner = "pymumu";
repo = pname;
rev = "Release${version}";
hash = "sha256-gwbyP2duUvZafMclPwP4uZh7A7OzAvSyqjl6Eg1N6Gg=";
hash = "sha256-aVGIgQkFz8A1UsHsgOSkEEE5vzp4cJEtcaKHv1EzErg=";
};
buildInputs = [ openssl ];