We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c27ab2 commit f5267adCopy full SHA for f5267ad
pkgs/by-name/hi/hickory-dns/package.nix
@@ -9,16 +9,16 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "hickory-dns";
12
- version = "0.25.0-alpha.3";
+ version = "0.25.0-alpha.4";
13
14
src = fetchFromGitHub {
15
owner = "hickory-dns";
16
repo = "hickory-dns";
17
rev = "refs/tags/v${version}";
18
- hash = "sha256-P9H21X/lZ8U/yfCL/rCuP9A1wnL7UuTcX7GlCuwo5ZQ=";
+ hash = "sha256-yLhTQIu9C1ikm0TtoEPLSt7ZWqJXn4YE2Lrx38sSJtE=";
19
};
20
21
- cargoHash = "sha256-3hiMBwr6XT4M7J5KeH9bfGYMjZqOmYDda2Iml2emYMY=";
+ cargoHash = "sha256-j6J47b0CWbw4glOYam7VXt3IjPCdYY1y/U1d4Ho82uE=";
22
23
buildInputs = [ openssl ];
24
nativeBuildInputs = [ pkg-config ];
0 commit comments