mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
onionshare: 2.3 -> 2.3.1
This commit is contained in:
parent
58e767c037
commit
9fd6ee224a
|
@ -22,12 +22,12 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "2.3";
|
||||
version = "2.3.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "micahflee";
|
||||
repo = "onionshare";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-CyL9J3ADxs1QAVaWz9HepwSwgZ98Z5uO2fdplOvnU1E=";
|
||||
sha256 = "sha256-H09x3OF6l1HLHukGPvV2rZUjW9fxeKKMZkKbY9a2m9I=";
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "Securely and anonymously send and receive files";
|
||||
|
|
Loading…
Reference in a new issue