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

smartdns: 36 -> 36.1
This commit is contained in:
Bobby Rong 2022-04-10 13:05:28 +08:00 committed by GitHub
commit a08218eebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "smartdns"; pname = "smartdns";
version = "36"; version = "36.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pymumu"; owner = "pymumu";
repo = pname; repo = pname;
rev = "Release${version}"; rev = "Release${version}";
sha256 = "sha256-sjrRPmTJRCUnMrA08M/VdYhL7/OfQY30/t1loLPSrlQ="; sha256 = "sha256-5pAt7IjgbCCGaHeSoQvuoc6KPD9Yn5iXL1CAawgBeY0=";
}; };
buildInputs = [ openssl ]; buildInputs = [ openssl ];