From 7fcc05ff4a9cb645c88d3e34ffe96cfeb092e011 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:34:09 +0100 Subject: [PATCH 01/17] python312Packages.flow-record: 3.17 -> 3.18 Diff: https://github.com/fox-it/flow.record/compare/refs/tags/3.17...3.18 Changelog: https://github.com/fox-it/flow.record/releases/tag/3.18 --- pkgs/development/python-modules/flow-record/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/flow-record/default.nix b/pkgs/development/python-modules/flow-record/default.nix index 268c7387502bc..f15dce25869e7 100644 --- a/pkgs/development/python-modules/flow-record/default.nix +++ b/pkgs/development/python-modules/flow-record/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "flow-record"; - version = "3.17"; + version = "3.18"; pyproject = true; disabled = pythonOlder "3.9"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "flow.record"; rev = "refs/tags/${version}"; - hash = "sha256-fFP2bdO4wTR9Y+9no3FabtVmLicTD76Jw5aWDMPOB0w="; + hash = "sha256-tEKmwDZOoGIXfJqxIat6WTbEv4EkiwkJGMpNxfv2Zd0="; }; build-system = [ From 4e4934e1a8006336cd4b2a2af204b61453385581 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:34:33 +0100 Subject: [PATCH 02/17] python312Packages.dissect-cstruct: 4.2 -> 4.3 Diff: https://github.com/fox-it/dissect.cstruct/compare/refs/tags/4.2...4.3 Changelog: https://github.com/fox-it/dissect.cstruct/releases/tag/4.3 --- pkgs/development/python-modules/dissect-cstruct/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dissect-cstruct/default.nix b/pkgs/development/python-modules/dissect-cstruct/default.nix index 3f020492ff67e..298b021ac4601 100644 --- a/pkgs/development/python-modules/dissect-cstruct/default.nix +++ b/pkgs/development/python-modules/dissect-cstruct/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "dissect-cstruct"; - version = "4.2"; + version = "4.3"; pyproject = true; disabled = pythonOlder "3.9"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.cstruct"; rev = "refs/tags/${version}"; - hash = "sha256-HYBt1ok2ytqBodHwpBPQqjm9fNPkE6ID2j9Bn2sm7wA="; + hash = "sha256-Y6maLjugnso3cc9zyiZ/6AdrftYAAImYNBDXPJdTuWc="; }; build-system = [ From 05705021a69c4fe757117b1499cf67851b5e35d9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:34:53 +0100 Subject: [PATCH 03/17] python312Packages.dissect-squashfs: 1.7 -> 1.8 Diff: https://github.com/fox-it/dissect.squashfs/compare/refs/tags/1.7...1.8 Changelog: https://github.com/fox-it/dissect.squashfs/releases/tag/1.8 --- pkgs/development/python-modules/dissect-squashfs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dissect-squashfs/default.nix b/pkgs/development/python-modules/dissect-squashfs/default.nix index a85b51abcf19d..74e038102e047 100644 --- a/pkgs/development/python-modules/dissect-squashfs/default.nix +++ b/pkgs/development/python-modules/dissect-squashfs/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "dissect-squashfs"; - version = "1.7"; + version = "1.8"; pyproject = true; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.squashfs"; rev = "refs/tags/${version}"; - hash = "sha256-ZRMCh/ycF594pADnX01S9oVxuY/cnJa4LLXP4ARoDs0="; + hash = "sha256-C5Rp7MNuJjAk+DcjhNQfzZR47E/A2cJawhS6OFGU5xo="; }; build-system = [ From cd8fa06e7c393ee4974f13e3ca73ed5aca363123 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:35:17 +0100 Subject: [PATCH 04/17] python312Packages.dissect-extfs: 3.11 -> 3.12 Diff: https://github.com/fox-it/dissect.extfs/compare/refs/tags/3.11...3.12 Changelog: https://github.com/fox-it/dissect.extfs/releases/tag/3.12 --- pkgs/development/python-modules/dissect-extfs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dissect-extfs/default.nix b/pkgs/development/python-modules/dissect-extfs/default.nix index a9a2c7064c3df..1323950bf9058 100644 --- a/pkgs/development/python-modules/dissect-extfs/default.nix +++ b/pkgs/development/python-modules/dissect-extfs/default.nix @@ -12,16 +12,16 @@ buildPythonPackage rec { pname = "dissect-extfs"; - version = "3.11"; + version = "3.12"; format = "pyproject"; - disabled = pythonOlder "3.11"; + disabled = pythonOlder "3.12"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.extfs"; rev = "refs/tags/${version}"; - hash = "sha256-i77pxr0+GbrGK5skevkb+g5JKB/aEmetJc+sbqO1o4I="; + hash = "sha256-i6lFqtDsqPyB0FQ5DKuYTuSenZFI0+GeOQdedov+2Nw="; }; nativeBuildInputs = [ From 1ceec6f169a016d7d9fb29e995a37d84305d451a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:35:24 +0100 Subject: [PATCH 05/17] python312Packages.dissect-fat: 3.10 -> 3.11 Diff: https://github.com/fox-it/dissect.fat/compare/refs/tags/3.10...3.11 Changelog: https://github.com/fox-it/dissect.fat/releases/tag/3.11 --- pkgs/development/python-modules/dissect-fat/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dissect-fat/default.nix b/pkgs/development/python-modules/dissect-fat/default.nix index 8cfd011f2c560..549a550632486 100644 --- a/pkgs/development/python-modules/dissect-fat/default.nix +++ b/pkgs/development/python-modules/dissect-fat/default.nix @@ -11,16 +11,16 @@ buildPythonPackage rec { pname = "dissect-fat"; - version = "3.10"; + version = "3.11"; pyproject = true; - disabled = pythonOlder "3.10"; + disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.fat"; rev = "refs/tags/${version}"; - hash = "sha256-jwTHvh1fqmVisW5rYDa5mOD1MMdBb10EHo945WHBnp8="; + hash = "sha256-LGSIuRclytD4RHHzq2Zj1DG01RAFINj4+5ErbQ3M57E="; }; build-system = [ From c6bde9bed238c19cc9dee2f4635d58d247b3a1c8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:35:30 +0100 Subject: [PATCH 06/17] python312Packages.dissect-ffs: 3.9 -> 3.10 Diff: https://github.com/fox-it/dissect.ffs/compare/refs/tags/3.9...3.10 Changelog: https://github.com/fox-it/dissect.ffs/releases/tag/3.10 --- pkgs/development/python-modules/dissect-ffs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dissect-ffs/default.nix b/pkgs/development/python-modules/dissect-ffs/default.nix index 29d5e3a68380d..0c3f4b6f8192c 100644 --- a/pkgs/development/python-modules/dissect-ffs/default.nix +++ b/pkgs/development/python-modules/dissect-ffs/default.nix @@ -12,16 +12,16 @@ buildPythonPackage rec { pname = "dissect-ffs"; - version = "3.9"; + version = "3.10"; pyproject = true; - disabled = pythonOlder "3.9"; + disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.ffs"; rev = "refs/tags/${version}"; - hash = "sha256-PRf3w9s0N3Zfcaoo3RtBEYcv7Ocs4h6V+3XshRI2XXI="; + hash = "sha256-sOMakwJyKgeRXbc37D5j7GVldl3gO7yYMnNq217J7QM="; }; build-system = [ From 34ea462cf676afb1e0e6f6755fa2af25242483d0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:35:37 +0100 Subject: [PATCH 07/17] python312Packages.dissect-hypervisor: 3.15 -> 3.16 Diff: https://github.com/fox-it/dissect.hypervisor/compare/refs/tags/3.15...3.16 Changelog: https://github.com/fox-it/dissect.hypervisor/releases/tag/3.16 --- .../development/python-modules/dissect-hypervisor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dissect-hypervisor/default.nix b/pkgs/development/python-modules/dissect-hypervisor/default.nix index 4a1cb39782d36..03ec99a366d19 100644 --- a/pkgs/development/python-modules/dissect-hypervisor/default.nix +++ b/pkgs/development/python-modules/dissect-hypervisor/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "dissect-hypervisor"; - version = "3.15"; + version = "3.16"; pyproject = true; disabled = pythonOlder "3.9"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.hypervisor"; rev = "refs/tags/${version}"; - hash = "sha256-bSDO8MMkDbyJ8ylB5PXmVHnzp/4UYQ4NKhOTXONVBzc="; + hash = "sha256-9Ev7/W/+gfljBPCu4OGXzg2cWkUNFijcaRtKGkTck5k="; }; build-system = [ From b993ecc4fba2cefe0968756eddba15a7a8873029 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:35:44 +0100 Subject: [PATCH 08/17] python312Packages.dissect-ntfs: 3.12 -> 3.13 Diff: https://github.com/fox-it/dissect.ntfs/compare/refs/tags/3.12...3.13 Changelog: https://github.com/fox-it/dissect.ntfs/releases/tag/3.13 --- pkgs/development/python-modules/dissect-ntfs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dissect-ntfs/default.nix b/pkgs/development/python-modules/dissect-ntfs/default.nix index 772df769ae392..8f53e47b179bd 100644 --- a/pkgs/development/python-modules/dissect-ntfs/default.nix +++ b/pkgs/development/python-modules/dissect-ntfs/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "dissect-ntfs"; - version = "3.12"; + version = "3.13"; pyproject = true; disabled = pythonOlder "3.11"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.ntfs"; rev = "refs/tags/${version}"; - hash = "sha256-zRAZqziVS4I7FDa7E4j67ekl9FXt0X+0oUpwmpNeI+I="; + hash = "sha256-DOxyPlHBv4PEbHeGC/pj2QzbGhKFjw6QOAJmhq6Fc3k="; }; build-system = [ From fd6877887185877e3de264723bdb9b363b3f0a28 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:36:10 +0100 Subject: [PATCH 09/17] python312Packages.dissect-target: 3.19 -> 3.20 Diff: https://github.com/fox-it/dissect.target/compare/refs/tags/3.19...3.20 Changelog: https://github.com/fox-it/dissect.target/releases/tag/3.20 --- pkgs/development/python-modules/dissect-target/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dissect-target/default.nix b/pkgs/development/python-modules/dissect-target/default.nix index 259d2e7d077d1..189133bd0f778 100644 --- a/pkgs/development/python-modules/dissect-target/default.nix +++ b/pkgs/development/python-modules/dissect-target/default.nix @@ -44,7 +44,7 @@ buildPythonPackage rec { pname = "dissect-target"; - version = "3.19"; + version = "3.20"; pyproject = true; disabled = pythonOlder "3.9"; @@ -53,7 +53,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.target"; rev = "refs/tags/${version}"; - hash = "sha256-D5YgCAKcnPyBrZTpcSuvKfWfIIcCxKGxn+mj8Jqzmws="; + hash = "sha256-/7pXOyhhFAKZJYgeW8QLriSicR1mB8pwK8EHkTz0Gko="; }; postPatch = '' From 12ccd08f81cb965d49f2ae8f5903b9b533f54a2f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:36:18 +0100 Subject: [PATCH 10/17] python312Packages.dissect-util: 3.18 -> 3.19 Diff: https://github.com/fox-it/dissect.util/compare/refs/tags/3.18...3.19 Changelog: https://github.com/fox-it/dissect.util/releases/tag/3.19 --- pkgs/development/python-modules/dissect-util/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dissect-util/default.nix b/pkgs/development/python-modules/dissect-util/default.nix index a9f020a0c7c56..413199de8c400 100644 --- a/pkgs/development/python-modules/dissect-util/default.nix +++ b/pkgs/development/python-modules/dissect-util/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "dissect-util"; - version = "3.18"; + version = "3.19"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.util"; rev = "refs/tags/${version}"; - hash = "sha256-w7anXPlZZgGtpGhBuu+sA7mz02QgpUdePyJp7f03jOA="; + hash = "sha256-z/dYYC3s4R7j2c5HBFlAStcur2AS57AOYndsRlj/Htw="; }; nativeBuildInputs = [ From 676c03fdec71399059cedd0d74a9047a25f69d3b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:36:23 +0100 Subject: [PATCH 11/17] python312Packages.dissect-vmfs: 3.9 -> 3.10 Diff: https://github.com/fox-it/dissect.vmfs/compare/refs/tags/3.9...3.10 Changelog: https://github.com/fox-it/dissect.vmfs/releases/tag/3.10 --- pkgs/development/python-modules/dissect-vmfs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dissect-vmfs/default.nix b/pkgs/development/python-modules/dissect-vmfs/default.nix index 57511b5af47d0..da99ff9ffd028 100644 --- a/pkgs/development/python-modules/dissect-vmfs/default.nix +++ b/pkgs/development/python-modules/dissect-vmfs/default.nix @@ -12,16 +12,16 @@ buildPythonPackage rec { pname = "dissect-vmfs"; - version = "3.9"; + version = "3.10"; format = "pyproject"; - disabled = pythonOlder "3.9"; + disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.vmfs"; rev = "refs/tags/${version}"; - hash = "sha256-855Rqz4WuTwopJo1yT8zsSvods3p+7EoB1sAXu3U5QU="; + hash = "sha256-/D5EaTNLxdzTMF/9S9esFXAxIwesEp0tdAMUAyeNtSI="; }; nativeBuildInputs = [ From 13d7d7f76554611278c859fc8ec74e8bd9b80c2d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:36:34 +0100 Subject: [PATCH 12/17] python312Packages.dissect-volume: 3.12 -> 3.13 Diff: https://github.com/fox-it/dissect.volume/compare/refs/tags/3.12...3.13 Changelog: https://github.com/fox-it/dissect.volume/releases/tag/3.13 --- pkgs/development/python-modules/dissect-volume/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dissect-volume/default.nix b/pkgs/development/python-modules/dissect-volume/default.nix index 06903d466c50c..9c4956b4c816b 100644 --- a/pkgs/development/python-modules/dissect-volume/default.nix +++ b/pkgs/development/python-modules/dissect-volume/default.nix @@ -12,16 +12,16 @@ buildPythonPackage rec { pname = "dissect-volume"; - version = "3.12"; + version = "3.13"; pyproject = true; - disabled = pythonOlder "3.12"; + disabled = pythonOlder "3.13"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.volume"; rev = "refs/tags/${version}"; - hash = "sha256-IhG2FZdCmYrGxHc2i+ERhphxP/uGgOY67epHEWnQXb0="; + hash = "sha256-uTbXvJ8lP4ir9rTToDGYXD837Z1fzi+Eh6cASg+jxdc="; }; build-system = [ From ca14d572fad7ed4aa94473320bd81bf2569fa74f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:36:39 +0100 Subject: [PATCH 13/17] python312Packages.dissect-xfs: 3.10 -> 3.11 Diff: https://github.com/fox-it/dissect.xfs/compare/refs/tags/3.10...3.11 Changelog: https://github.com/fox-it/dissect.xfs/releases/tag/3.11 --- pkgs/development/python-modules/dissect-xfs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dissect-xfs/default.nix b/pkgs/development/python-modules/dissect-xfs/default.nix index a8891ef7f2cbe..cef5f44e33114 100644 --- a/pkgs/development/python-modules/dissect-xfs/default.nix +++ b/pkgs/development/python-modules/dissect-xfs/default.nix @@ -12,16 +12,16 @@ buildPythonPackage rec { pname = "dissect-xfs"; - version = "3.10"; + version = "3.11"; pyproject = true; - disabled = pythonOlder "3.10"; + disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.xfs"; rev = "refs/tags/${version}"; - hash = "sha256-VZu6XmEKYcmqGM2eJMpABRTOBxDTwsYd7Pn662kO13o="; + hash = "sha256-+dt47Wo5IMkMgd5lUWgpbB6n/tkWc+d1jnKD46Cq1Lc="; }; build-system = [ From 2a6911efcaecfec9ff5044a9a123c07a1ca62759 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:36:47 +0100 Subject: [PATCH 14/17] python312Packages.dissect-btrfs: 1.5 -> 1.6 Diff: https://github.com/fox-it/dissect.btrfs/compare/refs/tags/1.5...1.6 Changelog: https://github.com/fox-it/dissect.btrfs/releases/tag/1.6 --- pkgs/development/python-modules/dissect-btrfs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dissect-btrfs/default.nix b/pkgs/development/python-modules/dissect-btrfs/default.nix index e6f208d1b436e..6352809faca0e 100644 --- a/pkgs/development/python-modules/dissect-btrfs/default.nix +++ b/pkgs/development/python-modules/dissect-btrfs/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "dissect-btrfs"; - version = "1.5"; + version = "1.6"; pyproject = true; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.btrfs"; rev = "refs/tags/${version}"; - hash = "sha256-k5GckcnWsXM6WC129zLXjUxNVcNRmLPp72gSUJBtExo="; + hash = "sha256-p7gtzZhKOovA+BcM7jYdicP301ueMS1IMGkBbmOxaIA="; }; nativeBuildInputs = [ From e527515209c980a1fc43a2d161b624166d82ba3d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:37:08 +0100 Subject: [PATCH 15/17] python312Packages.acquire: 3.16 -> 3.17 Diff: https://github.com/fox-it/acquire/compare/refs/tags/3.16...3.17 Changelog: https://github.com/fox-it/acquire/releases/tag/3.17 --- pkgs/development/python-modules/acquire/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/acquire/default.nix b/pkgs/development/python-modules/acquire/default.nix index 2157e0fc7b206..a9e1528fdbe29 100644 --- a/pkgs/development/python-modules/acquire/default.nix +++ b/pkgs/development/python-modules/acquire/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "acquire"; - version = "3.16"; + version = "3.17"; pyproject = true; disabled = pythonOlder "3.9"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "acquire"; rev = "refs/tags/${version}"; - hash = "sha256-wurnYHvzN5KfpikempYeztR9hkvGfRjR6M3tch6qFo4="; + hash = "sha256-Ii19VnLLq+UGH0bkyUbLzHqZpJOXffIGeP4VZ9QG7D0="; }; build-system = [ From a3e65a509739b3c4e7978f97239a9098ab17ff29 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 20:37:15 +0100 Subject: [PATCH 16/17] python312Packages.dissect: 3.16.1 -> 3.17 Diff: https://github.com/fox-it/dissect/compare/refs/tags/3.16.1...3.17 Changelog: https://github.com/fox-it/dissect/releases/tag/3.17 --- pkgs/development/python-modules/dissect/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dissect/default.nix b/pkgs/development/python-modules/dissect/default.nix index 3873a87d53099..6e84591b92bcc 100644 --- a/pkgs/development/python-modules/dissect/default.nix +++ b/pkgs/development/python-modules/dissect/default.nix @@ -35,7 +35,7 @@ buildPythonPackage rec { pname = "dissect"; - version = "3.16.1"; + version = "3.17"; pyproject = true; disabled = pythonOlder "3.9"; @@ -44,7 +44,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect"; rev = "refs/tags/${version}"; - hash = "sha256-OpTznjOVV3hyreJv4WCHwP09ULMTz+vjjcmBtYL685E="; + hash = "sha256-0AVdihnnH3LMqHKwX5Ll4Nwt8LYfW4GktECvVCyyex8="; }; pythonRelaxDeps = true; From b172e87e42ea304cb70d7f50e8dda053c5b65cef Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Nov 2024 21:22:04 +0100 Subject: [PATCH 17/17] python312Packages.dissect-shellitem: disable Windows-specific tests --- .../python-modules/dissect-shellitem/default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/dissect-shellitem/default.nix b/pkgs/development/python-modules/dissect-shellitem/default.nix index e8fbec0f8b133..5f7afb14b9d32 100644 --- a/pkgs/development/python-modules/dissect-shellitem/default.nix +++ b/pkgs/development/python-modules/dissect-shellitem/default.nix @@ -38,12 +38,19 @@ buildPythonPackage rec { pythonImportsCheck = [ "dissect.shellitem" ]; + disabledTests = [ + # Windows-specific tests + "test_xp_remote_lnk_file" + "test_xp_remote_lnk_dir" + "test_win7_local_lnk_dir" + ]; + meta = with lib; { description = "Dissect module implementing a parser for the Shellitem structures"; - mainProgram = "parse-lnk"; homepage = "https://github.com/fox-it/dissect.shellitem"; changelog = "https://github.com/fox-it/dissect.shellitem/releases/tag/${version}"; license = licenses.agpl3Only; maintainers = with maintainers; [ fab ]; + mainProgram = "parse-lnk"; }; }