tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
doh-proxy-rust: 0.9.8 -> 0.9.9
R. Ryantm
2 years ago
962fedcc
3e313808
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
dns
doh-proxy-rust
default.nix
+3
-3
pkgs/servers/dns/doh-proxy-rust/default.nix
···
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "doh-proxy-rust";
5
5
-
version = "0.9.8";
5
5
+
version = "0.9.9";
6
6
7
7
src = fetchCrate {
8
8
inherit version;
9
9
crateName = "doh-proxy";
10
10
-
sha256 = "sha256-+Z2eneEK6nhcJEKRa1VIolCTZ8to2mMQ8Ik7WEH+1w0=";
10
10
+
sha256 = "sha256-KvEayC+aY8aC5fSVIV9urNwLJcIfDMaAU+XdlGSmYRI=";
11
11
};
12
12
13
13
-
cargoHash = "sha256-nlKzVQeLg3/nBIkD7QoBUWC93m9BiJrybf13Y/ns9gA=";
13
13
+
cargoHash = "sha256-eoC90ht9cbMLkPN3S4jxZipbFoZDTU7pIr6GRagGlJE=";
14
14
15
15
buildInputs = lib.optionals stdenv.isDarwin [ Security libiconv ];
16
16