arti: 1.2.7 -> 1.2.8

Update the package to the latest version.
Remove from skipped 1 test that was fixed.
This commit is contained in:
Viorel-Cătălin Răpițeanu 2024-10-03 19:12:51 +03:00
parent 635c7ea329
commit 26de7d1cbf

View File

@ -11,7 +11,7 @@
rustPlatform.buildRustPackage rec {
pname = "arti";
version = "1.2.7";
version = "1.2.8";
src = fetchFromGitLab {
domain = "gitlab.torproject.org";
@ -19,10 +19,10 @@ rustPlatform.buildRustPackage rec {
owner = "core";
repo = "arti";
rev = "arti-v${version}";
hash = "sha256-lyko4xwTn03/Es8icOx8GIrjC4XDXvZPDYHYILw8Opo=";
hash = "sha256-vw/hebZ23Pk+hQx3YN9iXsKWq20fqpwp91E2tul8zmA=";
};
cargoHash = "sha256-I45SaawWAK7iTZDFhJT4YVO439D/3NmWLp3FtFmhLC0=";
cargoHash = "sha256-4F+0KEVoeppNQ26QQ+a2CSIbrklE8NY3+OK11I5JstA=";
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ];
@ -47,8 +47,7 @@ rustPlatform.buildRustPackage rec {
];
checkFlags = [
# problematic tests that were fixed after the release
"--skip=reload_cfg::test::watch_single_file"
# problematic test that hangs the build
"--skip=reload_cfg::test::watch_multiple"
];