Skip to content

Commit 67f508e

Browse files
authored
rembg: 2.0.65 -> 2.0.66 (#407226)
2 parents 6dafb9e + 77dde61 commit 67f508e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/rembg/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333

3434
buildPythonPackage rec {
3535
pname = "rembg";
36-
version = "2.0.65";
36+
version = "2.0.66";
3737
pyproject = true;
3838

3939
src = fetchFromGitHub {
4040
owner = "danielgatis";
4141
repo = "rembg";
4242
tag = "v${version}";
43-
hash = "sha256-o6M3DSW1GL3xvEx4lsE325J3XcmRrhhPszS5MkaynsE=";
43+
hash = "sha256-MTwi9Cy9JWcI0CgUKfnPiA3MFBl/Ie0rYQOm0jqgyS4=";
4444
};
4545

4646
build-system = [
@@ -90,7 +90,7 @@ buildPythonPackage rec {
9090
meta = {
9191
description = "Tool to remove background from images";
9292
homepage = "https://github.com/danielgatis/rembg";
93-
changelog = "https://github.com/danielgatis/rembg/releases/tag/v${version}";
93+
changelog = "https://github.com/danielgatis/rembg/releases/tag/${src.tag}";
9494
license = lib.licenses.mit;
9595
maintainers = with lib.maintainers; [ defelo ];
9696
mainProgram = "rembg";

0 commit comments

Comments
 (0)