dnscrypt-proxy: 2.1.12 -> 2.1.13
This commit is contained in:
parent
a2a025b8f3
commit
5911af6736
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "dnscrypt-proxy";
|
pname = "dnscrypt-proxy";
|
||||||
version = "2.1.12";
|
version = "2.1.13";
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ buildGoModule rec {
|
|||||||
owner = "DNSCrypt";
|
owner = "DNSCrypt";
|
||||||
repo = "dnscrypt-proxy";
|
repo = "dnscrypt-proxy";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-HgpcZccx3gaR3dTJJRKPICvNxZj9KdeC0+2ll8TWgeM=";
|
hash = "sha256-IFfhcirUGbp/pKFN/5aEpuIuhSR3ZS4K7TatBtaX5zg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.tests = { inherit (nixosTests) dnscrypt-proxy2; };
|
passthru.tests = { inherit (nixosTests) dnscrypt-proxy2; };
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user