Loading pkgs/by-name/ar/arti/package.nix +4 −5 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec { pname = "arti"; version = "1.2.7"; version = "1.2.8"; src = fetchFromGitLab { domain = "gitlab.torproject.org"; Loading @@ -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 ]; Loading @@ -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" ]; Loading Loading
pkgs/by-name/ar/arti/package.nix +4 −5 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec { pname = "arti"; version = "1.2.7"; version = "1.2.8"; src = fetchFromGitLab { domain = "gitlab.torproject.org"; Loading @@ -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 ]; Loading @@ -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" ]; Loading