python3Packages.dissect-qnxfs: 1.0 -> 1.1

This commit is contained in:
R. Ryantm
2025-09-11 05:01:03 +00:00
parent 7c05be024d
commit becc4d9952
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "dissect-qnxfs";
version = "1.0";
version = "1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.qnxfs";
tag = version;
hash = "sha256-UnEwBcaBP64qIWVYWcsxxjWuiAM9yOCGWevnNonQn+8=";
hash = "sha256-XKiVfJWxrh4rAVXrQMd761cU8t9PhtCXkZOORd2euA8=";
};
build-system = [