icloudpd: 1.28.1 -> 1.28.2

This commit is contained in:
R. Ryantm
2025-07-07 19:06:55 +00:00
parent deb20abbe1
commit 1b71bea7be
+2 -2
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "icloudpd";
version = "1.28.1";
version = "1.28.2";
pyproject = true;
src = fetchFromGitHub {
owner = "icloud-photos-downloader";
repo = "icloud_photos_downloader";
tag = "v${version}";
hash = "sha256-e3bv5IVVXKiAnxZAbx8JniGJaPJuT+FYAH1PwhU8q60=";
hash = "sha256-5zuV32AOorkRqt3wiUt2ndo+4j1FQ9JBSc8wY+v01OA=";
};
pythonRelaxDeps = true;