dnscrypt-proxy: 2.0.39 -> 2.0.42

This commit is contained in:
Atemu 2020-03-28 18:21:14 +01:00
parent 5a7d2e18fe
commit 1b0799f48f

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