Loading pkgs/development/python-modules/rembg/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -33,14 +33,14 @@ buildPythonPackage rec { pname = "rembg"; version = "2.0.65"; version = "2.0.66"; pyproject = true; src = fetchFromGitHub { owner = "danielgatis"; repo = "rembg"; tag = "v${version}"; hash = "sha256-o6M3DSW1GL3xvEx4lsE325J3XcmRrhhPszS5MkaynsE="; hash = "sha256-MTwi9Cy9JWcI0CgUKfnPiA3MFBl/Ie0rYQOm0jqgyS4="; }; build-system = [ Loading Loading @@ -90,7 +90,7 @@ buildPythonPackage rec { meta = { description = "Tool to remove background from images"; homepage = "https://github.com/danielgatis/rembg"; changelog = "https://github.com/danielgatis/rembg/releases/tag/v${version}"; changelog = "https://github.com/danielgatis/rembg/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ defelo ]; mainProgram = "rembg"; Loading Loading
pkgs/development/python-modules/rembg/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -33,14 +33,14 @@ buildPythonPackage rec { pname = "rembg"; version = "2.0.65"; version = "2.0.66"; pyproject = true; src = fetchFromGitHub { owner = "danielgatis"; repo = "rembg"; tag = "v${version}"; hash = "sha256-o6M3DSW1GL3xvEx4lsE325J3XcmRrhhPszS5MkaynsE="; hash = "sha256-MTwi9Cy9JWcI0CgUKfnPiA3MFBl/Ie0rYQOm0jqgyS4="; }; build-system = [ Loading Loading @@ -90,7 +90,7 @@ buildPythonPackage rec { meta = { description = "Tool to remove background from images"; homepage = "https://github.com/danielgatis/rembg"; changelog = "https://github.com/danielgatis/rembg/releases/tag/v${version}"; changelog = "https://github.com/danielgatis/rembg/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ defelo ]; mainProgram = "rembg"; Loading