[Backport release-26.05] onionshare: 2.6.3 -> 2.6.4 (#530168)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-10 08:39:44 +00:00 committed by GitHub
commit 703929aca2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,14 +18,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "onionshare-cli";
version = "2.6.3";
version = "2.6.4";
pyproject = true;
src = fetchFromGitHub {
owner = "onionshare";
repo = "onionshare";
tag = "v${finalAttrs.version}";
hash = "sha256-DY5rSHkmiqLIa49gcbq7VfcMM1AMFTJ5FPQtS2kR2Zs=";
hash = "sha256-VkfS9coUIejRAcu+/e6jjh+eknd56fA3NpFwikd5n9c=";
};
sourceRoot = "${finalAttrs.src.name}/cli";
@ -49,6 +49,10 @@ python3Packages.buildPythonApplication (finalAttrs: {
pythonRelaxDeps = true;
pythonRemoveDeps = [
"pkgconfig"
];
dependencies =
with python3Packages;
[