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

This commit is contained in:
Sandro 2022-08-07 22:31:59 +02:00 committed by GitHub
commit 8c6169e344
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 = "36.1";
version = "37";
src = fetchFromGitHub {
owner = "pymumu";
repo = pname;
rev = "Release${version}";
sha256 = "sha256-5pAt7IjgbCCGaHeSoQvuoc6KPD9Yn5iXL1CAawgBeY0=";
sha256 = "sha256-zmcLXhqgwP9SKTyUUhOehQRJk6uX7iwgu9WP2TVhsR8=";
};
buildInputs = [ openssl ];