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

smartdns: 36 -> 36.1
main
Bobby Rong 2 years ago committed by GitHub
commit a08218eebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/tools/networking/smartdns/default.nix

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

Loading…
Cancel
Save