dnscrypt-proxy: 2.1.8 -> 2.1.9 (#409191)

This commit is contained in:
Pol Dellaiera
2025-05-27 14:16:49 +00:00
committed by GitHub
+2 -2
View File
@@ -7,7 +7,7 @@
buildGoModule rec {
pname = "dnscrypt-proxy";
version = "2.1.8";
version = "2.1.9";
vendorHash = null;
@@ -17,7 +17,7 @@ buildGoModule rec {
owner = "DNSCrypt";
repo = "dnscrypt-proxy";
rev = version;
sha256 = "sha256-/D5RE8AbI9i9TVdFQCYW8OLPU4TgIIDRsZfWEyXo92g=";
sha256 = "sha256-8KnanJw9eBFm/zdy6f4OFCMStzic/n4Alnm5Y/pbDCA=";
};
passthru.tests = { inherit (nixosTests) dnscrypt-proxy2; };