dnscrypt-proxy: 2.1.5 -> 2.1.7 (#372974)

This commit is contained in:
Atemu
2025-01-11 19:27:43 +01:00
committed by GitHub
+2 -2
View File
@@ -7,7 +7,7 @@
buildGoModule rec {
pname = "dnscrypt-proxy";
version = "2.1.5";
version = "2.1.7";
vendorHash = null;
@@ -17,7 +17,7 @@ buildGoModule rec {
owner = "DNSCrypt";
repo = "dnscrypt-proxy";
rev = version;
sha256 = "sha256-A9Cu4wcJxrptd9CpgXw4eyMX2nmNAogYBRDeeAjpEZY=";
sha256 = "sha256-s0ooICual87+y/DMppuTQtNzZRRCg/42SQImDrPVRng=";
};
passthru.tests = { inherit (nixosTests) dnscrypt-proxy2; };