ntpd-rs: 1.6.1 -> 1.6.2

(cherry picked from commit 52c7cdc37c)
This commit is contained in:
R. Ryantm
2025-09-02 10:28:50 +00:00
committed by github-actions[bot]
parent 6c1bf89c1f
commit 391ceb505e

View File

@@ -13,16 +13,16 @@
rustPlatform.buildRustPackage rec {
pname = "ntpd-rs";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = "pendulum-project";
repo = "ntpd-rs";
tag = "v${version}";
hash = "sha256-1GnJFiptSzj5zI8IlcrFjwooujUM9ouzcIgghUEs518=";
hash = "sha256-X8nmfG7ZhtB4P6N0ku0Gc9xHOGJFeGTnB1WizZ2X1fk=";
};
cargoHash = "sha256-Wk9KxNgIGDEIEYIl7O+3eamUHuBSBMxZgUob9FryuGI=";
cargoHash = "sha256-p3ryAggKR6ylCvaQ8M30OmLyGCL4bOYR/YwqNfAzcAg=";
nativeBuildInputs = [
pandoc