File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/uiprotect Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040
4141buildPythonPackage rec {
4242 pname = "uiprotect" ;
43- version = "7.5.1 " ;
43+ version = "7.5.2 " ;
4444 pyproject = true ;
4545
4646 disabled = pythonOlder "3.10" ;
@@ -49,7 +49,7 @@ buildPythonPackage rec {
4949 owner = "uilibs" ;
5050 repo = "uiprotect" ;
5151 tag = "v${ version } " ;
52- hash = "sha256-moGS1hfCU8BCdAzvr0Np7lF32RucigM9YANZI6+sALw =" ;
52+ hash = "sha256-cXvjxXvGnIJ5lRtH8t5TFTUgGKUZOcGkyur9e+Anbf4 =" ;
5353 } ;
5454
5555 build-system = [ poetry-core ] ;
@@ -109,7 +109,7 @@ buildPythonPackage rec {
109109 meta = with lib ; {
110110 description = "Python API for UniFi Protect (Unofficial)" ;
111111 homepage = "https://github.com/uilibs/uiprotect" ;
112- changelog = "https://github.com/uilibs/uiprotect/blob/${ src . rev } /CHANGELOG.md" ;
112+ changelog = "https://github.com/uilibs/uiprotect/blob/${ src . tag } /CHANGELOG.md" ;
113113 license = licenses . mit ;
114114 maintainers = with maintainers ; [ hexa ] ;
115115 } ;
You can’t perform that action at this time.
0 commit comments