smartdns: 40 -> 41

This commit is contained in:
R. Ryantm 2023-03-10 20:08:21 +00:00
parent b9c00c1d41
commit 7355953d49

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "smartdns"; pname = "smartdns";
version = "40"; version = "41";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pymumu"; owner = "pymumu";
repo = pname; repo = pname;
rev = "Release${version}"; rev = "Release${version}";
sha256 = "sha256-Un4LUBWVwbWYK4rZY2+gdk6Zi+n36Xawma8Dok2Sa0U="; sha256 = "sha256-FVHOjW5SEShxTPPd4IuEfPV6vvqr0RepV976eJmxqwM=";
}; };
buildInputs = [ openssl ]; buildInputs = [ openssl ];