doh-proxy-rust: 0.9.9 -> 0.9.11

This commit is contained in:
R. Ryantm 2024-07-04 01:37:18 +00:00
parent d8724afca4
commit bef68ec483

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 ];