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

smartdns: 33 -> 35
This commit is contained in:
Artturi 2021-09-14 17:12:11 +03:00 committed by GitHub
commit 3fb68984f0
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 = "33";
version = "35";
src = fetchFromGitHub {
owner = "pymumu";
repo = pname;
rev = "Release${version}";
sha256 = "0cmzpm4y1yi96mg2cz2byqw6vl62dgnikldy08q43vi7jl3y0749";
sha256 = "sha256-5822qe3mdn4wPO8fHW5AsgMA7xbJnMjZn9DbiMU3GX0=";
};
buildInputs = [ openssl ];