fcast-receiver: 2.0.0 -> 2.2.1
This commit is contained in:
parent
692c0c26cc
commit
e132908f38
@ -11,21 +11,21 @@
|
||||
|
||||
buildNpmPackage rec {
|
||||
pname = "fcast-receiver";
|
||||
version = "2.0.0";
|
||||
version = "2.2.1";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.futo.org";
|
||||
owner = "videostreaming";
|
||||
repo = "fcast";
|
||||
rev = "4af2a537ef431918a5cf53b3ba18abe6b2d18c1e";
|
||||
hash = "sha256-Y3IyxYLGRi/fLh5A3ap+5x3Wny9WRplaYtBM3R3I8+U=";
|
||||
rev = "520907fbb8e3103d7eab9d925e572a966f4e74f3";
|
||||
hash = "sha256-5ERnlX4Jw6kv0BSNNA2mnJCYoIQJDuUrZVoKIYuWBYA=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/receivers/electron";
|
||||
|
||||
makeCacheWritable = true;
|
||||
|
||||
npmDepsHash = "sha256-GXlqOukGWtt3KP+xsAiDsUG2Naej0v2RL7Vq3hqcavE=";
|
||||
npmDepsHash = "sha256-EgNpKOjpv7QMsmcVGEpU81UIi/z4vA1S8xXmespx6Ew=";
|
||||
|
||||
env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user