Commit 2a6911ef authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent ca14d572
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "dissect-btrfs";
  version = "1.5";
  version = "1.6";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.btrfs";
    rev = "refs/tags/${version}";
    hash = "sha256-k5GckcnWsXM6WC129zLXjUxNVcNRmLPp72gSUJBtExo=";
    hash = "sha256-p7gtzZhKOovA+BcM7jYdicP301ueMS1IMGkBbmOxaIA=";
  };

  nativeBuildInputs = [