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

volatility3: 2.5.0 -> 2.5.2
This commit is contained in:
Fabian Affolter
2024-02-03 09:43:35 +01:00
committed by GitHub
+8 -3
View File
@@ -5,15 +5,20 @@
python3.pkgs.buildPythonApplication rec {
pname = "volatility3";
version = "2.5.0";
version = "2.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "volatilityfoundation";
repo = pname;
repo = "volatility3";
rev = "refs/tags/v${version}";
hash = "sha256-yutQbrWmJGDsTccQcR+HtC8JvgmsXfCxbxxcMLDx5vk=";
hash = "sha256-tghwDDfy8TohqTn9WQvmEal3qK0OKKq7GvGnPGTble0=";
};
nativeBuildInputs = with python3.pkgs; [
setuptools
];
propagatedBuildInputs = with python3.pkgs; [
capstone
jsonschema