Unverified Commit c0d2b082 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #258092 from fabaff/volatility3-bump

volatility3: 2.4.1 -> 2.5.0
parents 01853f5f 5c56fcbe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "volatility3";
  version = "2.4.1";
  version = "2.5.0";

  src = fetchFromGitHub {
    owner = "volatilityfoundation";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-Oi9uy1zNRnKJc+31+IjMiza72EUopiM75sP+Mjjw+aE=";
    hash = "sha256-yutQbrWmJGDsTccQcR+HtC8JvgmsXfCxbxxcMLDx5vk=";
  };

  propagatedBuildInputs = with python3.pkgs; [