From 13813eef98f326a4bb7ca1d2026eecb384477bff Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 17 Mar 2025 11:22:02 +0000 Subject: [PATCH] python312Packages.dissect-ntfs: 3.13 -> 3.14 --- pkgs/development/python-modules/dissect-ntfs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dissect-ntfs/default.nix b/pkgs/development/python-modules/dissect-ntfs/default.nix index d7bdfab7a3d4..dbceefc817c0 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.13"; + version = "3.14"; pyproject = true; disabled = pythonOlder "3.11"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.ntfs"; tag = version; - hash = "sha256-DOxyPlHBv4PEbHeGC/pj2QzbGhKFjw6QOAJmhq6Fc3k="; + hash = "sha256-C2tve1RVR8Q7t1Xz7Of1xRZH6IuLP9nL2l1cHbycFQ4="; }; build-system = [ @@ -46,7 +46,7 @@ buildPythonPackage rec { meta = with lib; { description = "Dissect module implementing a parser for the NTFS file system"; homepage = "https://github.com/fox-it/dissect.ntfs"; - changelog = "https://github.com/fox-it/dissect.ntfs/releases/tag/${version}"; + changelog = "https://github.com/fox-it/dissect.ntfs/releases/tag/${src.tag}"; license = licenses.agpl3Only; maintainers = with maintainers; [ fab ]; };