From 42009e4c23d5502dd3094d110c04927019ead39c Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 6 Jun 2026 09:08:29 +1000 Subject: [PATCH] dix: 2.0.0 -> 2.0.1 Diff: https://github.com/manic-systems/dix/compare/v2.0.0...v2.0.1 Changelog: https://github.com/manic-systems/dix/releases/tag/v2.0.1 --- pkgs/by-name/di/dix/package.nix | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/pkgs/by-name/di/dix/package.nix b/pkgs/by-name/di/dix/package.nix index 3e71f00c6470..7db7dadc9143 100644 --- a/pkgs/by-name/di/dix/package.nix +++ b/pkgs/by-name/di/dix/package.nix @@ -7,7 +7,7 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "dix"; - version = "2.0.0"; + version = "2.0.1"; __structuredAttrs = true; @@ -15,18 +15,10 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "manic-systems"; repo = "dix"; tag = "v${finalAttrs.version}"; - hash = "sha256-5aH8zX/Wm+KHzd1fjmjlxjDB+psDG42JAY5U8lrjGDU="; + hash = "sha256-KTlFgBEVKJIXymfN2UU8hvGM71PYRcNgJ1XWUmG2AI4="; }; - cargoHash = "sha256-llStz2BaHBH9iHhfbptAE+Td5HPsvzAlPtXohrCxY4w="; - - env.TMPDIR = "/tmp/"; - checkFlags = [ - "--skip=store::nix_command::tests::test_query_closure_path_info" - "--skip=store::nix_command::tests::test_query_closure_size" - "--skip=store::nix_command::tests::test_query_dependents" - "--skip=store::nix_command::tests::test_query_system_derivations" - ]; + cargoHash = "sha256-pNkSdsxOpv0E/xXs7tMg2vtP0PBU7p8fh3H4IX/u5k4="; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true;