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

volatility3: 2.5.2 -> 2.7.0
This commit is contained in:
Pascal Bach 2024-06-03 17:37:22 +02:00 committed by GitHub
commit 13ed5348f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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