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
+2 -2
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 ];