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

yaralyzer: 0.9.4 -> 0.9.5 (#364879)

parents 4e85178c 7d8f9ce5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "yaralyzer";
  version = "0.9.4";
  version = "0.9.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "michelcrypt4d4mus";
    repo = "yaralyzer";
    rev = "refs/tags/v${version}";
    hash = "sha256-rDb09XJOGWNARR0hhQQ91KXWepsLyR2a6/o3jagh6nA=";
    tag = "v${version}";
    hash = "sha256-A9JFUaBG4SwOkYPo/1p1i6mA47PyKiT+ngEYlfYAAE8=";
  };

  pythonRelaxDeps = [