File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/rembg Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333
3434buildPythonPackage 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" ;
You can’t perform that action at this time.
0 commit comments