dnscrypt-proxy: 2.0.39 -> 2.0.42
This commit is contained in:
parent
5a7d2e18fe
commit
1b0799f48f
1 changed files with 2 additions and 2 deletions
|
@ -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; {
|
||||||
|
|
Loading…
Reference in a new issue