Skip to content

Commit 6144622

Browse files
authored
volatility3: 2.7.0 -> 2.8.0 (#356359)
2 parents 0aa644e + 15f5076 commit 6144622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
python3.pkgs.buildPythonApplication rec {
77
pname = "volatility3";
8-
version = "2.7.0";
8+
version = "2.8.0";
99
pyproject = true;
1010

1111
src = fetchFromGitHub {
1212
owner = "volatilityfoundation";
1313
repo = "volatility3";
1414
rev = "refs/tags/v${version}";
15-
hash = "sha256-elTUAvSe91TqpsTXg08SPKaVr6iM7FKcBaVNunv+HfU=";
15+
hash = "sha256-XMoVfT1Wd8r684y4crTOjW9GklSTkivOGv1Ii10KzII=";
1616
};
1717

1818
build-system = with python3.pkgs; [

0 commit comments

Comments
 (0)