Merge pull request #232664 from LeSuisse/smartdns-42

smartdns: 41 -> 42
This commit is contained in:
Nick Cao 2023-05-18 21:40:00 -06:00 committed by GitHub
commit b294d7e79c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];