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

smartdns: 37 -> 37.1
This commit is contained in:
Bobby Rong 2022-08-21 13:52:02 +08:00 committed by GitHub
commit dedc92f8b0
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";
version = "37.1";
src = fetchFromGitHub {
owner = "pymumu";
repo = pname;
rev = "Release${version}";
sha256 = "sha256-zmcLXhqgwP9SKTyUUhOehQRJk6uX7iwgu9WP2TVhsR8=";
sha256 = "sha256-fj9NA8HLF/FdYNoS2g9KKDvqr3m41P+VU0eiVm7ku8A=";
};
buildInputs = [ openssl ];