Unverified Commit 2a9cc358 authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

icloudpd: 1.28.1 -> 1.28.2 (#423294)

parents 0c889e43 1b71bea7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;