Merge pull request #193813 from r-ryantm/auto-update/smartdns

smartdns: 37.1 -> 40
This commit is contained in:
Weijia Wang 2023-01-22 22:16:22 +01:00 committed by GitHub
commit 910ca2c40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "smartdns";
version = "37.1";
version = "40";
src = fetchFromGitHub {
owner = "pymumu";
repo = pname;
rev = "Release${version}";
sha256 = "sha256-fj9NA8HLF/FdYNoS2g9KKDvqr3m41P+VU0eiVm7ku8A=";
sha256 = "sha256-Un4LUBWVwbWYK4rZY2+gdk6Zi+n36Xawma8Dok2Sa0U=";
};
buildInputs = [ openssl ];