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

ioc-scan: 3.0.0 -> 3.1.0 (#453675)

parents 0d07084d d2cb50de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "ioc-scan";
  version = "3.0.0";
  version = "3.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cisagov";
    repo = "ioc-scanner";
    tag = "v${version}";
    hash = "sha256-p1cx6MwAPmPIsOHNWSU9AyYcQaddFugBkm6a+kUjzvg=";
    hash = "sha256-Mo3J744WwWPoTdWeAKFLVD3rh/ZKOHbnfinMeC2Qqfo=";
  };

  build-system = with python3.pkgs; [ setuptools ];