Merge pull request #83610 from Atemu/dnscrypt-proxy-2.0.42

dnscrypt-proxy2: 2.0.39 -> 2.0.42
This commit is contained in:
Michele Guerini Rocco 2020-04-01 10:43:55 +02:00 committed by GitHub
commit 8b32f3d4b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "dnscrypt-proxy2"; pname = "dnscrypt-proxy2";
version = "2.0.39"; version = "2.0.42";
goPackagePath = "github.com/jedisct1/dnscrypt-proxy"; goPackagePath = "github.com/jedisct1/dnscrypt-proxy";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "jedisct1"; owner = "jedisct1";
repo = "dnscrypt-proxy"; repo = "dnscrypt-proxy";
rev = version; rev = version;
sha256 = "0fvnp2brmqkwn04v01k53f9djk9ywa1cg26m2frhv4lj0581430y"; sha256 = "1v4n0pkwcilxm4mnj4fsd4gf8pficjj40jnmfkiwl7ngznjxwkyw";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {