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

doh-proxy-rust: 0.9.6 -> 0.9.7
This commit is contained in:
Felix Bühler 2023-01-15 19:03:04 +01:00 committed by GitHub
commit 5f78e5fad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,15 @@
rustPlatform.buildRustPackage rec {
pname = "doh-proxy-rust";
version = "0.9.6";
version = "0.9.7";
src = fetchCrate {
inherit version;
crateName = "doh-proxy";
sha256 = "sha256-7eKqCiafzmwk0suH8GviRVBmmvhBd5/R4aF9cSvSyNU=";
sha256 = "sha256-rcLI5sLdqelnpfU7/T0s0l3rtpYBd77BBAXc4xSmCCE=";
};
cargoHash = "sha256-+IlVjordlMgf8srXtQVLMXRbYs+4htDP+NToVXxPqR4=";
cargoHash = "sha256-zkZuyegz82xOBq2t0jkMo6SLLteOHuhrFcROZCQeiyk=";
buildInputs = lib.optionals stdenv.isDarwin [ Security libiconv ];