volatility3: 2.7.0 -> 2.8.0 (#356359)

This commit is contained in:
Fabian Affolter 2024-11-16 09:46:08 +01:00 committed by GitHub
commit 614462224f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "volatility3";
version = "2.7.0";
version = "2.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "volatilityfoundation";
repo = "volatility3";
rev = "refs/tags/v${version}";
hash = "sha256-elTUAvSe91TqpsTXg08SPKaVr6iM7FKcBaVNunv+HfU=";
hash = "sha256-XMoVfT1Wd8r684y4crTOjW9GklSTkivOGv1Ii10KzII=";
};
build-system = with python3.pkgs; [