copyparty: 1.20.16 -> 1.20.17

Diff: https://github.com/9001/copyparty/compare/v1.20.16...v1.20.17
Changelog: https://github.com/9001/copyparty/releases/tag/v1.20.17
(cherry picked from commit 58c14b1896)
This commit is contained in:
Bart Oostveen
2026-07-06 22:27:47 +02:00
parent c32d0fe6e8
commit b348234516

View File

@@ -71,11 +71,11 @@ in
python3Packages.buildPythonApplication rec {
pname = "copyparty${nameSuffix}";
version = "1.20.16";
version = "1.20.17";
src = fetchurl {
url = "https://github.com/9001/copyparty/releases/download/v${version}/copyparty-${version}.tar.gz";
hash = "sha256-Yl+V1l2VzdaJhRBRjQE5BeZ2bH0q4Oqa59XeyW6J4C0=";
hash = "sha256-lJVTrv/qlCoN2r0+EtKKZD/qhi14kwuzbgrMxmxMlHU=";
};
pyproject = true;