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

python312Packages.dissect-cstruct: 4.1 -> 4.2,...

python312Packages.dissect-cstruct: 4.1 -> 4.2, python312Packages.dissect-cobaltstrike: 1.0.0 -> 1.2.0 (#347948)
parents d19467dd fb481b4c
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@
  dissect-util,
  fetchFromGitHub,
  flow-record,
  hatch-vcs,
  hatchling,
  httpx,
  lark,
  pycryptodome,
@@ -13,13 +15,11 @@
  pytestCheckHook,
  pythonOlder,
  rich,
  setuptools,
  setuptools-scm,
}:

buildPythonPackage rec {
  pname = "dissect-cobaltstrike";
  version = "1.0.0";
  version = "1.2.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -28,12 +28,12 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.cobaltstrike";
    rev = "refs/tags/v${version}";
    hash = "sha256-CS50c3r7sdxp3CRS6XJ4QUmUFtmhFg6rSdKfYzJSOV4=";
    hash = "sha256-GMpMTsI4mepaOGhw7/cSymkcxzn4mlNS1ZKYGYut+LM=";
  };

  build-system = [
    setuptools
    setuptools-scm
    hatch-vcs
    hatchling
  ];

  dependencies = [
@@ -78,8 +78,5 @@ buildPythonPackage rec {
    changelog = "https://github.com/fox-it/dissect.cobaltstrike/releases/tag/${version}";
    license = licenses.agpl3Only;
    maintainers = with maintainers; [ fab ];
    # Compatibility with dissect.struct 4.x
    # https://github.com/fox-it/dissect.cobaltstrike/issues/53
    broken = versionAtLeast dissect-cstruct.version "4";
  };
}