From 3d0d00e2e14f7fb489fa6ec8aab459a6288cb290 Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Wed, 3 Jun 2026 14:33:34 +0100 Subject: [PATCH] nono: 0.57.0 -> 0.61.1 Diff: https://github.com/always-further/nono/compare/v0.57.0...v0.61.1 Changelog: https://github.com/always-further/nono/blob/refs/tags/v0.61.1/CHANGELOG.md --- pkgs/by-name/no/nono/package.nix | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/no/nono/package.nix b/pkgs/by-name/no/nono/package.nix index e968c252c6c3..271b2e56ae4c 100644 --- a/pkgs/by-name/no/nono/package.nix +++ b/pkgs/by-name/no/nono/package.nix @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "nono"; - version = "0.57.0"; + version = "0.61.1"; __darwinAllowLocalNetworking = true; # required for tests @@ -21,9 +21,9 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "always-further"; repo = "nono"; tag = "v${finalAttrs.version}"; - hash = "sha256-EoxKq8aEfc0XoSm92mZgxc2Zoc9B7Oo6NAjcFOlSZfw="; + hash = "sha256-y5oMR5Vawf/1QUj3ACDdqAjKT+Q2gizRfKkal340EP8="; }; - cargoHash = "sha256-MBTUSNbOWOhrYL18+yPCg6Ydjym50JMuqTt/U0kQiL4="; + cargoHash = "sha256-Oy/IqAK5ml1vu0eee+pF5pRjzk0Na/Fb04e1Mx0d924="; nativeBuildInputs = [ pkg-config @@ -81,6 +81,16 @@ rustPlatform.buildRustPackage (finalAttrs: { # panics with "exact-path fallback must not recursively cover descendants" "capability_ext::tests::test_from_profile_allow_file_falls_back_to_exact_directory_when_present" + # nono-cli + # wants access to /var/folders + "sandbox_state::cap_file_validation_tests::test_acceptable_temp_roots_includes_var_folders_on_macos" + "sandbox_state::cap_file_validation_tests::test_validate_rejects_path_outside_temp" + # don't work inside of the /nix dir + # unsure why home is still under /nix with writableTmpDirAsHomeHook + "deprecated_override_deny_flag_emits_single_warning_on_stderr" + "deprecated_override_deny_flag_warning_is_emitted_once_for_multiple_uses" + "override_deny_alias_and_bypass_protection_merge_in_argv_order" + # env_vars # don't work inside of the /nix dir # unsure why home is still under /nix with writableTmpDirAsHomeHook