Unverified Commit 13ed5348 authored by Pascal Bach's avatar Pascal Bach Committed by GitHub
Browse files

Merge pull request #316755 from r-ryantm/auto-update/volatility3

volatility3: 2.5.2 -> 2.7.0
parents 56bdd764 d768cbfa
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,21 +5,21 @@

python3.pkgs.buildPythonApplication rec {
  pname = "volatility3";
  version = "2.5.2";
  version = "2.7.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "volatilityfoundation";
    repo = "volatility3";
    rev = "refs/tags/v${version}";
    hash = "sha256-tghwDDfy8TohqTn9WQvmEal3qK0OKKq7GvGnPGTble0=";
    hash = "sha256-elTUAvSe91TqpsTXg08SPKaVr6iM7FKcBaVNunv+HfU=";
  };

  nativeBuildInputs = with python3.pkgs; [
  build-system = with python3.pkgs; [
    setuptools
  ];

  propagatedBuildInputs = with python3.pkgs; [
  dependencies = with python3.pkgs; [
    capstone
    jsonschema
    pefile