ntpd-rs: 1.5.0 -> 1.6.0 (#421181)

authored by Franz Pletz and committed by GitHub d9a8a20e 70869c10

+3 -11
+3 -11
pkgs/by-name/nt/ntpd-rs/package.nix
··· 13 13 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "ntpd-rs"; 16 - version = "1.5.0"; 16 + version = "1.6.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "pendulum-project"; 20 20 repo = "ntpd-rs"; 21 21 tag = "v${version}"; 22 - hash = "sha256-APQHxlsyUMA1N6FatQvotOokxNikOO22GGyXUMh3ABo="; 22 + hash = "sha256-PX3vNrw/EM1d7/9JuxhfHG63dIULNUYWs0PGbOC7AcA="; 23 23 }; 24 24 25 25 useFetchCargoVendor = true; 26 - cargoHash = "sha256-BiLYKOgmmqOesfl/8y4590Xo2Z4+u/Rn7CglNjQk2bU="; 26 + cargoHash = "sha256-lBwhaoRdYOmfVSYKmeBbLp/D7cZ43z3CEnyt7sVVRlw="; 27 27 28 28 nativeBuildInputs = [ 29 29 pandoc ··· 38 38 postBuild = '' 39 39 source utils/generate-man.sh 40 40 ''; 41 - 42 - # lots of flaky tests 43 - doCheck = false; 44 - 45 - checkFlags = [ 46 - # doesn't find the testca 47 - "--skip=daemon::keyexchange::tests" 48 - ]; 49 41 50 42 postInstall = '' 51 43 install -Dm444 -t $out/lib/systemd/system docs/examples/conf/{ntpd-rs,ntpd-rs-metrics}.service