Skip to content

Commit 473ba07

Browse files
committed
volatility3: 2.11.0 -> 2.26.0
1 parent 2450a1e commit 473ba07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/vo/volatility3/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.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;

0 commit comments

Comments
 (0)