From ea2d3bc3c17aa05ef68767c677c66f1b2ef55214 Mon Sep 17 00:00:00 2001 From: whispers Date: Tue, 11 Nov 2025 20:56:55 -0500 Subject: [PATCH] arti: 1.6.0 -> 1.7.0 Release post: https://blog.torproject.org/arti_1_7_0_released/ Full changelog: https://gitlab.torproject.org/tpo/core/arti/-/blob/arti-v1.7.0/CHANGELOG.md --- pkgs/by-name/ar/arti/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ar/arti/package.nix b/pkgs/by-name/ar/arti/package.nix index 13b04d80bfb4..ab14bea8ac15 100644 --- a/pkgs/by-name/ar/arti/package.nix +++ b/pkgs/by-name/ar/arti/package.nix @@ -12,7 +12,7 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "arti"; - version = "1.6.0"; + version = "1.7.0"; src = fetchFromGitLab { domain = "gitlab.torproject.org"; @@ -20,10 +20,10 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "core"; repo = "arti"; tag = "arti-v${finalAttrs.version}"; - hash = "sha256-uBt4A9ORjJccnmzHxwoVHguvox7jOKqdrc6JdrvSrzk="; + hash = "sha256-4Vx5ATVdE8AoMWjDKKkwGOFVOwI0Qhyfr8MiAo+7MNw="; }; - cargoHash = "sha256-XkdkCCHY+xLc1haFvqpwNsPgs6rh4AAGxMofrIwFFk0="; + cargoHash = "sha256-x1Pws9XbvwZqxJTJmPHQd6qbNLgkHxCK3YIZbRylk2M="; nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ]; @@ -41,7 +41,7 @@ rustPlatform.buildRustPackage (finalAttrs: { checkFlags = [ # problematic test that hangs the build - "--skip=reload_cfg::test::watch_multiple" + "--skip=reload_cfg::test::watch_single_file" ]; nativeInstallCheckInputs = [