webwormhole: init at git-2021-01-16 (#114269)
This commit is contained in:
parent
36126fdbfa
commit
1585a04bcb
22
pkgs/tools/networking/webwormhole/default.nix
Normal file
22
pkgs/tools/networking/webwormhole/default.nix
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{ lib, buildGoModule, fetchFromGitHub }:
|
||||||
|
|
||||||
|
buildGoModule rec {
|
||||||
|
pname = "webwormhole";
|
||||||
|
version = "unstable-2021-01-16";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "saljam";
|
||||||
|
repo = pname;
|
||||||
|
rev = "c85e196c8a8a885815136aa8aee1958ad80a3bb5";
|
||||||
|
sha256 = "D10xmBwmEbeR3nU4CmppFBzdeE4Pm2+o/Vb5Yd+pPtM=";
|
||||||
|
};
|
||||||
|
|
||||||
|
vendorSha256 = "sha256-yK04gjDO6JSDcJULcbJBBuPBhx792JNn+B227lDUrWk=";
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Send files using peer authenticated WebRTC";
|
||||||
|
homepage = "https://github.com/saljam/webwormhole";
|
||||||
|
license = licenses.bsd3;
|
||||||
|
maintainers = with maintainers; [ bbigras ];
|
||||||
|
};
|
||||||
|
}
|
@ -30107,6 +30107,8 @@ in
|
|||||||
|
|
||||||
nix-store-gcs-proxy = callPackage ../tools/nix/nix-store-gcs-proxy {};
|
nix-store-gcs-proxy = callPackage ../tools/nix/nix-store-gcs-proxy {};
|
||||||
|
|
||||||
|
webwormhole = callPackage ../tools/networking/webwormhole { };
|
||||||
|
|
||||||
wifi-password = callPackage ../os-specific/darwin/wifi-password {};
|
wifi-password = callPackage ../os-specific/darwin/wifi-password {};
|
||||||
|
|
||||||
qubes-core-vchan-xen = callPackage ../applications/qubes/qubes-core-vchan-xen {};
|
qubes-core-vchan-xen = callPackage ../applications/qubes/qubes-core-vchan-xen {};
|
||||||
|
Loading…
Reference in New Issue
Block a user