Skip to content

Commit

Permalink
doh-proxy-rust: 0.9.2 -> 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bobby285271 committed Sep 22, 2022
1 parent 0ba60f7 commit 3fc8acd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/dns/doh-proxy-rust/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

rustPlatform.buildRustPackage rec {
pname = "doh-proxy-rust";
version = "0.9.2";
version = "0.9.4";

src = fetchCrate {
inherit version;
crateName = "doh-proxy";
sha256 = "sha256-/637lR6OycVOOUVe29uFR1LtYIoFJ6gslDV9uAGkU1A=";
sha256 = "sha256-IuLNgyPiAPYu440jMtpXxEuQDIn9TUMjnD7y8WB+Ujs=";
};

cargoSha256 = "sha256-tadTyWSuknAjosv7AvZF0/8FlHL/zcFT5LDW1KcMeHI=";
cargoSha256 = "sha256-qrLhRNaGG7n9UPtkqNkJvnf+w9P0iLQ7MkIxnWYqYLM=";

buildInputs = lib.optionals stdenv.isDarwin [ Security libiconv ];

Expand Down

0 comments on commit 3fc8acd

Please sign in to comment.