Merge pull request #324457 from r-ryantm/auto-update/doh-proxy-rust

doh-proxy-rust: 0.9.9 -> 0.9.11
This commit is contained in:
Nick Cao
2024-07-04 13:51:43 -04:00
committed by GitHub
+3 -3
View File
@@ -2,15 +2,15 @@
rustPlatform.buildRustPackage rec {
pname = "doh-proxy-rust";
version = "0.9.9";
version = "0.9.11";
src = fetchCrate {
inherit version;
crateName = "doh-proxy";
sha256 = "sha256-KvEayC+aY8aC5fSVIV9urNwLJcIfDMaAU+XdlGSmYRI=";
sha256 = "sha256-h2LwxqyyBPAXRr6XOmcLEmbet063kkM1ledULp3M2ek=";
};
cargoHash = "sha256-eoC90ht9cbMLkPN3S4jxZipbFoZDTU7pIr6GRagGlJE=";
cargoHash = "sha256-eXPAn2ziSdciZa6YrOIa7y7Lms681X+yVAD9HrvsZHg=";
buildInputs = lib.optionals stdenv.isDarwin [ Security libiconv ];