Skip to content

Commit 2c15aa5

Browse files
authored
hickory-dns: 0.25.0-alpha.3 -> 0.25.0-alpha.4 (#360696)
2 parents f1ec9da + f5267ad commit 2c15aa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/hi/hickory-dns/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "hickory-dns";
12-
version = "0.25.0-alpha.3";
12+
version = "0.25.0-alpha.4";
1313

1414
src = fetchFromGitHub {
1515
owner = "hickory-dns";
1616
repo = "hickory-dns";
1717
rev = "refs/tags/v${version}";
18-
hash = "sha256-P9H21X/lZ8U/yfCL/rCuP9A1wnL7UuTcX7GlCuwo5ZQ=";
18+
hash = "sha256-yLhTQIu9C1ikm0TtoEPLSt7ZWqJXn4YE2Lrx38sSJtE=";
1919
};
2020

21-
cargoHash = "sha256-3hiMBwr6XT4M7J5KeH9bfGYMjZqOmYDda2Iml2emYMY=";
21+
cargoHash = "sha256-j6J47b0CWbw4glOYam7VXt3IjPCdYY1y/U1d4Ho82uE=";
2222

2323
buildInputs = [ openssl ];
2424
nativeBuildInputs = [ pkg-config ];

0 commit comments

Comments
 (0)