copyparty: 1.20.11 -> 1.20.12
This commit is contained in:
@@ -71,11 +71,11 @@ in
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "copyparty${nameSuffix}";
|
||||
version = "1.20.11";
|
||||
version = "1.20.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/9001/copyparty/releases/download/v${version}/copyparty-${version}.tar.gz";
|
||||
hash = "sha256-StMBrfLNH/DWVXPk6Tr5f6hcG57tEgdiXpmvxaXKYhM=";
|
||||
hash = "sha256-OsuY6cV3JFUX25LndRnK6sij44LbyHBOxKhwHH1YunY=";
|
||||
};
|
||||
|
||||
pyproject = true;
|
||||
|
||||
Reference in New Issue
Block a user