We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb74157 + c82dedc commit 2f8d3dcCopy full SHA for 2f8d3dc
pkgs/by-name/dn/dnscrypt-proxy/package.nix
@@ -7,7 +7,7 @@
7
8
buildGoModule rec {
9
pname = "dnscrypt-proxy";
10
- version = "2.1.8";
+ version = "2.1.9";
11
12
vendorHash = null;
13
@@ -17,7 +17,7 @@ buildGoModule rec {
17
owner = "DNSCrypt";
18
repo = "dnscrypt-proxy";
19
rev = version;
20
- sha256 = "sha256-/D5RE8AbI9i9TVdFQCYW8OLPU4TgIIDRsZfWEyXo92g=";
+ sha256 = "sha256-8KnanJw9eBFm/zdy6f4OFCMStzic/n4Alnm5Y/pbDCA=";
21
};
22
23
passthru.tests = { inherit (nixosTests) dnscrypt-proxy2; };
0 commit comments