ntpd-rs: 1.3.1 -> 1.4.0 (#365556)

This commit is contained in:
Nick Cao
2024-12-17 09:51:58 -05:00
committed by GitHub
+6 -7
View File
@@ -3,9 +3,9 @@
stdenv,
rustPlatform,
fetchFromGitHub,
apple-sdk_11,
ntpd-rs,
installShellFiles,
darwin,
pandoc,
nixosTests,
nix-update-script,
@@ -14,20 +14,19 @@
rustPlatform.buildRustPackage rec {
pname = "ntpd-rs";
version = "1.3.1";
version = "1.4.0";
src = fetchFromGitHub {
owner = "pendulum-project";
repo = "ntpd-rs";
rev = "refs/tags/v${version}";
hash = "sha256-WN+6Ba3oGnoiH5SC0ZHBHqS4F/XPqEyC3J71Fj+3CrQ=";
hash = "sha256-usLtf4qwKkn+lEYSQWCa1ap9h/52YYMVFDkpFJVD00k=";
};
cargoHash = "sha256-IksW8a6OGZzgEInX0P2sS/UMH8XaPRwXCesq7qxvURk=";
cargoHash = "sha256-ZB18YbCdJpuu7qTXdHgs2IgDCoc3Hs/aDn4dzXmKI8c=";
buildInputs = lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11;
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk_11_0.frameworks.Security
];
nativeBuildInputs = [
pandoc
installShellFiles