modelscan: 0.8.4 -> 0.8.5 (#393987)

This commit is contained in:
Nick Cao
2025-03-28 15:14:13 -04:00
committed by GitHub
+3 -3
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "modelscan";
version = "0.8.4";
version = "0.8.5";
pyproject = true;
src = fetchFromGitHub {
owner = "protectai";
repo = "modelscan";
tag = "v${version}";
hash = "sha256-tpxonfkdqPNLQQPjn+uIYSEzpXfeoRk4PG14cXR+tS8=";
hash = "sha256-8VupkPiHebVtOqMdtkBflAI1zPRdDSvHCEq3ghjASaE=";
};
build-system = with python3.pkgs; [
@@ -49,7 +49,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Protection against Model Serialization Attacks";
homepage = "https://github.com/protectai/modelscan";
changelog = "https://github.com/protectai/modelscan/releases/tag/v${version}";
changelog = "https://github.com/protectai/modelscan/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
mainProgram = "modelscan";