lol

python311Packages.dissect-ntfs: 3.5 -> 3.6

Diff: https://github.com/fox-it/dissect.ntfs/compare/refs/tags/3.5...3.6

Changelog: https://github.com/fox-it/dissect.ntfs/releases/tag/3.6

+2 -2
+2 -2
pkgs/development/python-modules/dissect-ntfs/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "dissect-ntfs"; 14 - version = "3.5"; 15 format = "pyproject"; 16 17 disabled = pythonOlder "3.7"; ··· 20 owner = "fox-it"; 21 repo = "dissect.ntfs"; 22 rev = "refs/tags/${version}"; 23 - hash = "sha256-LehPdKCM7F7SpWDz3/svhUhiM4ii0AxENX0AyIGa2aY="; 24 }; 25 26 SETUPTOOLS_SCM_PRETEND_VERSION = version;
··· 11 12 buildPythonPackage rec { 13 pname = "dissect-ntfs"; 14 + version = "3.6"; 15 format = "pyproject"; 16 17 disabled = pythonOlder "3.7"; ··· 20 owner = "fox-it"; 21 repo = "dissect.ntfs"; 22 rev = "refs/tags/${version}"; 23 + hash = "sha256-kGvy1+MSjJ6IQjffmsT02toBNaSbBZXeYmC9AqwbfFk="; 24 }; 25 26 SETUPTOOLS_SCM_PRETEND_VERSION = version;