File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/vo/volatility3 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77python3 . pkgs . buildPythonApplication rec {
88 pname = "volatility3" ;
9- version = "2.11 .0" ;
9+ version = "2.26 .0" ;
1010 pyproject = true ;
1111
1212 src = fetchFromGitHub {
1313 owner = "volatilityfoundation" ;
1414 repo = "volatility3" ;
1515 tag = "v${ version } " ;
16- hash = "sha256-X2cTZaEUQm7bE0k2ve4vKj0k1N6zeLXfDzhWm32diVY =" ;
16+ hash = "sha256-O12w1NM2Hdp3UeeHpvibYfqLlXdQ+baqWX1qrr6SxSE =" ;
1717 } ;
1818
1919 build-system = with python3 . pkgs ; [
@@ -42,7 +42,7 @@ python3.pkgs.buildPythonApplication rec {
4242 meta = with lib ; {
4343 description = "Volatile memory extraction frameworks" ;
4444 homepage = "https://www.volatilityfoundation.org/" ;
45- changelog = "https://github.com/volatilityfoundation/volatility3/releases/tag/v ${ version } " ;
45+ changelog = "https://github.com/volatilityfoundation/volatility3/releases/tag/${ src . tag } " ;
4646 license = {
4747 # Volatility Software License 1.0
4848 free = false ;
You can’t perform that action at this time.
0 commit comments