···368369 # HandleAbandonedError / SystemExit when run in sandbox
370 "test_makedirs_raises_oserror__uses_temp_dir"
0371372 # AssertionError: Not all requests have been executed
373 "test_image_refs"
···368369 # HandleAbandonedError / SystemExit when run in sandbox
370 "test_makedirs_raises_oserror__uses_temp_dir"
371+ "test_no_root_dir_access__uses_temp_dir"
372373 # AssertionError: Not all requests have been executed
374 "test_image_refs"
+2-2
pkgs/servers/http/tomcat/default.nix
···65 };
6667 tomcat10 = common {
68- version = "10.1.42";
69- hash = "sha256-m29iOmn6DMhQElyJVXPuZX9+5WYIl2uiapZEsF5J/ac=";
70 };
7172 tomcat11 = common {
···65 };
6667 tomcat10 = common {
68+ version = "10.1.43";
69+ hash = "sha256-hZ0Vx/DgjlQ6klv4RyjuIWbHELFKYvvJvn9Y8XqpZ10=";
70 };
7172 tomcat11 = common {
···1336 netbox_3_5 = throw "netbox 3.5 series has been removed as it was EOL"; # Added 2024-01-22
1337 netbox_3_7 = throw "netbox 3.7 series has been removed as it was EOL"; # Added 2025-04-23
1338 nettools = net-tools; # Added 2025-06-11
01339 nextcloud29 = throw ''
1340 Nextcloud v29 has been removed from `nixpkgs` as the support for is dropped
1341 by upstream in 2025-04. Please upgrade to at least Nextcloud v30 by declaring
···1336 netbox_3_5 = throw "netbox 3.5 series has been removed as it was EOL"; # Added 2024-01-22
1337 netbox_3_7 = throw "netbox 3.7 series has been removed as it was EOL"; # Added 2025-04-23
1338 nettools = net-tools; # Added 2025-06-11
1339+ newt-go = fosrl-newt; # Added 2025-06-24
1340 nextcloud29 = throw ''
1341 Nextcloud v29 has been removed from `nixpkgs` as the support for is dropped
1342 by upstream in 2025-04. Please upgrade to at least Nextcloud v30 by declaring