Merge pull request #322563 from r-ryantm/auto-update/smartdns

smartdns: 45 -> 46
This commit is contained in:
Matthias Beyer 2024-06-30 17:27:28 +02:00 committed by GitHub
commit 0db189d72a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "smartdns";
version = "45";
version = "46";
src = fetchFromGitHub {
owner = "pymumu";
repo = pname;
rev = "Release${version}";
hash = "sha256-aVGIgQkFz8A1UsHsgOSkEEE5vzp4cJEtcaKHv1EzErg=";
hash = "sha256-7JNP8vacYENBbbCxBtSpVu9j5vCBVBsQ/OeVPoRxlE4=";
};
buildInputs = [ openssl ];