dnscrypt-proxy: 2.1.7 -> 2.1.8 (#393817)

This commit is contained in:
Weijia Wang
2025-04-06 22:45:16 +02:00
committed by GitHub
+2 -2
View File
@@ -7,7 +7,7 @@
buildGoModule rec {
pname = "dnscrypt-proxy";
version = "2.1.7";
version = "2.1.8";
vendorHash = null;
@@ -17,7 +17,7 @@ buildGoModule rec {
owner = "DNSCrypt";
repo = "dnscrypt-proxy";
rev = version;
sha256 = "sha256-s0ooICual87+y/DMppuTQtNzZRRCg/42SQImDrPVRng=";
sha256 = "sha256-/D5RE8AbI9i9TVdFQCYW8OLPU4TgIIDRsZfWEyXo92g=";
};
passthru.tests = { inherit (nixosTests) dnscrypt-proxy2; };