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 11 12 12 buildPythonPackage rec { 13 13 pname = "dissect-ntfs"; 14 - version = "3.5"; 14 + version = "3.6"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "fox-it"; 21 21 repo = "dissect.ntfs"; 22 22 rev = "refs/tags/${version}"; 23 - hash = "sha256-LehPdKCM7F7SpWDz3/svhUhiM4ii0AxENX0AyIGa2aY="; 23 + hash = "sha256-kGvy1+MSjJ6IQjffmsT02toBNaSbBZXeYmC9AqwbfFk="; 24 24 }; 25 25 26 26 SETUPTOOLS_SCM_PRETEND_VERSION = version;