copyparty: 1.20.18 -> 1.20.19

Diff: https://github.com/9001/copyparty/compare/v1.20.18...v1.20.19
Changelog: https://github.com/9001/copyparty/releases/tag/v1.20.19
Fixes: GHSA-phv8-wgjp-g4p9
(cherry picked from commit b58ac64f42)
This commit is contained in:
Bart Oostveen
2026-07-28 00:46:37 +02:00
parent 20226465fc
commit b215905338

View File

@@ -71,11 +71,11 @@ in
python3Packages.buildPythonApplication rec {
pname = "copyparty${nameSuffix}";
version = "1.20.18";
version = "1.20.19";
src = fetchurl {
url = "https://github.com/9001/copyparty/releases/download/v${version}/copyparty-${version}.tar.gz";
hash = "sha256-6hNHouMLQmEoKsRgnJuER2ipJe7XF6yK8f+HqKMmUI4=";
hash = "sha256-g02X1jdXXLmy1TBSeQtlEvRisyQd/0ic9kFTnvYk/Ww=";
};
pyproject = true;