Merge pull request #281760 from r-ryantm/auto-update/ioc-scan

ioc-scan: 1.5.0 -> 1.5.4
This commit is contained in:
Fabian Affolter 2024-01-18 21:48:29 +01:00 committed by GitHub
commit e9143e7998
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ioc-scan";
version = "1.5.0";
version = "1.5.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "cisagov";
repo = "ioc-scanner";
rev = "refs/tags/v${version}";
hash = "sha256-dRrLd41HVVHJse7nkem8Cy+ltfJRnJiWrX/WShMfcOw=";
hash = "sha256-LQljpIlTDy1uxuwj1WyygwrB5hQ7dib1ViB+SEhRJ6Y=";
};
postPatch = ''