Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

+3 -3
+3 -3
pkgs/development/python-modules/dissect-ffs/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "dissect-ffs"; 15 - version = "3.9"; 15 + version = "3.10"; 16 16 pyproject = true; 17 17 18 - disabled = pythonOlder "3.9"; 18 + disabled = pythonOlder "3.10"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "fox-it"; 22 22 repo = "dissect.ffs"; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-PRf3w9s0N3Zfcaoo3RtBEYcv7Ocs4h6V+3XshRI2XXI="; 24 + hash = "sha256-sOMakwJyKgeRXbc37D5j7GVldl3gO7yYMnNq217J7QM="; 25 25 }; 26 26 27 27 build-system = [