Unverified Commit b294d7e7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #232664 from LeSuisse/smartdns-42

smartdns: 41 -> 42
parents 7534fec2 55192848
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];