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

volatility3: 2.0.0 -> 2.0.1
This commit is contained in:
Fabian Affolter 2022-03-18 11:06:14 +01:00 committed by GitHub
commit 0ef8c1a5c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,15 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "volatility3";
version = "2.0.0";
disabled = python3.pythonOlder "3.6";
version = "2.0.1";
src = fetchFromGitHub {
owner = "volatilityfoundation";
repo = pname;
rev = "v${version}";
sha256 = "141n09cdc17pfdhs01aw8l4cvsqpcz8ji5l4gi7r88cyf4ix2lnz";
hash = "sha256-rEqp+V5r4Sk4D+r2ukR1uy4IDj9XQGhYwoYSPeMyKpA=";
};
propagatedBuildInputs = with python3.pkgs; [
@ -31,7 +29,9 @@ python3.pkgs.buildPythonApplication rec {
# Project has no tests
doCheck = false;
pythonImportsCheck = [ "volatility3" ];
pythonImportsCheck = [
"volatility3"
];
meta = with lib; {
description = "Volatile memory extraction frameworks";