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 {
pname = "smartdns";
version = "40";
version = "41";
src = fetchFromGitHub {
owner = "pymumu";
repo = pname;
rev = "Release${version}";
sha256 = "sha256-Un4LUBWVwbWYK4rZY2+gdk6Zi+n36Xawma8Dok2Sa0U=";
sha256 = "sha256-FVHOjW5SEShxTPPd4IuEfPV6vvqr0RepV976eJmxqwM=";
};
buildInputs = [ openssl ];