modelscan: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm 2024-09-18 00:13:58 +00:00
parent a54d06dd4f
commit a5aaad589e

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "modelscan";
version = "0.8.0";
version = "0.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "protectai";
repo = "modelscan";
rev = "refs/tags/v${version}";
hash = "sha256-G+jBbDiDiQr3E5JuUdNvfIjVpoVCpsDQRoZ7L659BF0=";
hash = "sha256-90VnIVQFjtKgLCHc+tmOtDdgJP8aaH4h5ZiOOejnXgQ=";
};
build-system = with python3.pkgs; [