Skip to content

Commit

Permalink
Merge pull request #89908 from zowoq/dnscrypt-proxy
Browse files Browse the repository at this point in the history
dnscrypt-proxy2: 2.0.42 -> 2.0.43
  • Loading branch information
marsam committed Jun 10, 2020
2 parents 9e7b600 + ee092d0 commit d2d9ce8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/tools/networking/dnscrypt-proxy2/default.nix
@@ -1,16 +1,16 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoModule, fetchFromGitHub }:

buildGoPackage rec {
buildGoModule rec {
pname = "dnscrypt-proxy2";
version = "2.0.42";
version = "2.0.43";

goPackagePath = "github.com/jedisct1/dnscrypt-proxy";
vendorSha256 = null;

src = fetchFromGitHub {
owner = "jedisct1";
owner = "DNSCrypt";
repo = "dnscrypt-proxy";
rev = version;
sha256 = "1v4n0pkwcilxm4mnj4fsd4gf8pficjj40jnmfkiwl7ngznjxwkyw";
sha256 = "1c12y8h7dww72a3agb74vr5fzxzy6k8394rdbgz9knk82fdwah1c";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit d2d9ce8

Please sign in to comment.