smartdns: 36 -> 36.1

This commit is contained in:
R. Ryantm 2022-04-09 20:06:43 +00:00
parent 5c973af3a3
commit 211ad64d3e

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "smartdns";
version = "36";
version = "36.1";
src = fetchFromGitHub {
owner = "pymumu";
repo = pname;
rev = "Release${version}";
sha256 = "sha256-sjrRPmTJRCUnMrA08M/VdYhL7/OfQY30/t1loLPSrlQ=";
sha256 = "sha256-5pAt7IjgbCCGaHeSoQvuoc6KPD9Yn5iXL1CAawgBeY0=";
};
buildInputs = [ openssl ];