doh-proxy-rust: 0.9.2 -> 0.9.4

authored by R. Ryantm and committed by Bobby Rong 3fc8acda 0ba60f79

+3 -3
+3 -3
pkgs/servers/dns/doh-proxy-rust/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "doh-proxy-rust"; 5 - version = "0.9.2"; 5 + version = "0.9.4"; 6 6 7 7 src = fetchCrate { 8 8 inherit version; 9 9 crateName = "doh-proxy"; 10 - sha256 = "sha256-/637lR6OycVOOUVe29uFR1LtYIoFJ6gslDV9uAGkU1A="; 10 + sha256 = "sha256-IuLNgyPiAPYu440jMtpXxEuQDIn9TUMjnD7y8WB+Ujs="; 11 11 }; 12 12 13 - cargoSha256 = "sha256-tadTyWSuknAjosv7AvZF0/8FlHL/zcFT5LDW1KcMeHI="; 13 + cargoSha256 = "sha256-qrLhRNaGG7n9UPtkqNkJvnf+w9P0iLQ7MkIxnWYqYLM="; 14 14 15 15 buildInputs = lib.optionals stdenv.isDarwin [ Security libiconv ]; 16 16