smartdns: 36.1 -> 37

This commit is contained in:
R. Ryantm 2022-08-07 13:53:08 +00:00
parent f0ec9e1f96
commit ec8c43b35c

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