ntpd-rs: 1.7.1 -> 1.7.2

Changelog: https://github.com/pendulum-project/ntpd-rs/blob/v1.7.2/CHANGELOG.md
This commit is contained in:
Adam C. Stephens
2026-04-03 16:52:27 -04:00
parent 942d1c86a6
commit 10f71aca01
+3 -3
View File
@@ -13,16 +13,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ntpd-rs";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "pendulum-project";
repo = "ntpd-rs";
tag = "v${finalAttrs.version}";
hash = "sha256-gOt2X/tqtFrmxkTO/8UFwmyX0vPKHsTu+qe5AfqDtMk=";
hash = "sha256-xH9Z/aOfqY51GxbJeTidsEIbbKNaqNa/okIInvPKxp0=";
};
cargoHash = "sha256-DXAy/K70sNhVOjDOd6G/juE7JgmewPzGHZDeXAOZ1+s=";
cargoHash = "sha256-9NeNBoq8OzSUilZVvYC1jL9Mf3pLKAsFBMWiSO/ky7I=";
nativeBuildInputs = [
pandoc