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

Merge pull request #226327 from fabaff/volatility3-bump

volatility3: 2.4.0 -> 2.4.1
parents ef63784a 43b09bc0
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.0";
  version = "2.4.1";

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

  propagatedBuildInputs = with python3.pkgs; [