Merge pull request #304122 from r-ryantm/auto-update/icloudpd

icloudpd: 1.17.3 -> 1.17.4
This commit is contained in:
Nick Cao 2024-04-17 10:46:44 -04:00 committed by GitHub
commit 1eb0b354b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "icloudpd";
version = "1.17.3";
version = "1.17.4";
pyproject = true;
src = fetchFromGitHub {
owner = "icloud-photos-downloader";
repo = "icloud_photos_downloader";
rev = "v${version}";
hash = "sha256-GS6GqlZfj5kfjKLImkOTDAgQDGJQHl74uTqbZHVpbac=";
hash = "sha256-xsUayewn6c+TFqQnvDWe+1y4o76Quq8sK1WkSFFgPkc=";
};
pythonRelaxDeps = true;