python3Packages.dissect-qnxfs: 1.1 -> 1.2

This commit is contained in:
R. Ryantm
2025-11-22 23:02:09 +00:00
parent 5a2983b62b
commit b11d4e1977
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "dissect-qnxfs";
version = "1.1";
version = "1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.qnxfs";
tag = version;
hash = "sha256-XKiVfJWxrh4rAVXrQMd761cU8t9PhtCXkZOORd2euA8=";
hash = "sha256-p+2Hs2cjqcnHsdtlbif/330WGeBNkDsGCcT+L6sEtAw=";
};
build-system = [