Skip to content

Commit bc0b105

Browse files
authored
1 parent ce8ea56 commit bc0b105

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
buildPythonPackage 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
};

0 commit comments

Comments
 (0)