dnscrypt-proxy2: 2.1.0 -> 2.1.1
This commit is contained in:
parent
842a0d94cb
commit
14908b79fb
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "dnscrypt-proxy2";
|
pname = "dnscrypt-proxy2";
|
||||||
version = "2.1.0";
|
version = "2.1.1";
|
||||||
|
|
||||||
vendorSha256 = null;
|
vendorSha256 = null;
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ buildGoModule rec {
|
||||||
owner = "DNSCrypt";
|
owner = "DNSCrypt";
|
||||||
repo = "dnscrypt-proxy";
|
repo = "dnscrypt-proxy";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-HU5iy1dJbCp/PHnJjLi6MM+axz5Nrlcad5GEkD2p874=";
|
sha256 = "sha256-BtH/h2HejXDWSoqWRTjZXMLYDRoMe8lSUDX6Gay1gA8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue