Merge pull request #298869 from aktaboot/update-onionshare

onionshare: 2.6.1 -> 2.6.2
This commit is contained in:
kirillrdy 2024-03-26 06:07:35 +11:00 committed by GitHub
commit 49671a16a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -29,12 +29,12 @@
}:
let
version = "2.6.1";
version = "2.6.2";
src = fetchFromGitHub {
owner = "onionshare";
repo = "onionshare";
rev = "v${version}";
sha256 = "sha256-LR3Ao4Q8kEDwrFV+gYdMSEeYF4hDtEa1rJgvRRrJMwc=";
hash = "sha256-J8Hdriy8eWpHuMCI87a9a/zCR6xafM3A/Tkyom0Ktko=";
};
meta = with lib; {
description = "Securely and anonymously send and receive files";