Commit 2f1f6c3b authored by R. RyanTM's avatar R. RyanTM
Browse files

volatility3: 2.5.2 -> 2.7.0

parent eb71fe77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "volatility3";
  version = "2.5.2";
  version = "2.7.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "volatilityfoundation";
    repo = "volatility3";
    rev = "refs/tags/v${version}";
    hash = "sha256-tghwDDfy8TohqTn9WQvmEal3qK0OKKq7GvGnPGTble0=";
    hash = "sha256-elTUAvSe91TqpsTXg08SPKaVr6iM7FKcBaVNunv+HfU=";
  };

  nativeBuildInputs = with python3.pkgs; [