Unverified Commit d5ac87a8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.dissect-qnxfs: 1.1 -> 1.2 (#464129)

parents 26868aed b11d4e19
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [