python313Packages.dissect-jffs: 1.4 -> 1.5

Diff: https://github.com/fox-it/dissect.jffs/compare/refs/tags/1.4...refs/tags/1.5

Changelog: https://github.com/fox-it/dissect.jffs/releases/tag/1.5

Changed files
+2 -2
pkgs
development
python-modules
dissect-jffs
+2 -2
pkgs/development/python-modules/dissect-jffs/default.nix
···
buildPythonPackage rec {
pname = "dissect-jffs";
-
version = "1.4";
+
version = "1.5";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "fox-it";
repo = "dissect.jffs";
tag = version;
-
hash = "sha256-U8tQbCOMdudpsct72QHqKXd2QL99eqpfOJ/QHVUpcIk=";
+
hash = "sha256-HXGmZZd+fYnOCEpffdZe9dOLJS3jY7dIrb6rmhgbYyw=";
};
nativeBuildInputs = [