rembg: 2.0.65 -> 2.0.66 (#407226)

Changed files
+3 -3
pkgs
development
python-modules
rembg
+3 -3
pkgs/development/python-modules/rembg/default.nix
···
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 = [
···
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";