Skip to content

Commit

Permalink
modelscan: 0.8.0 -> 0.8.1 (#342684)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 18, 2024
2 parents 9d5e85f + a5aaad5 commit 3745f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/mo/modelscan/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down

0 comments on commit 3745f50

Please sign in to comment.