smartdns: 41 -> 42

Fixes CVE-2023-31470.

https://github.com/pymumu/smartdns/releases/tag/Release42
This commit is contained in:
Thomas Gerbet 2023-05-18 19:07:55 +02:00
parent 44414a98a9
commit 55192848d5

View File

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