We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49f260 commit de05899Copy full SHA for de05899
pkgs/applications/networking/instant-messengers/jitsi-meet-electron/default.nix
@@ -19,13 +19,13 @@ let
19
in
20
buildNpmPackage rec {
21
pname = "jitsi-meet-electron";
22
- version = "2024.3.0";
+ version = "2024.6.0";
23
24
src = fetchFromGitHub {
25
owner = "jitsi";
26
repo = "jitsi-meet-electron";
27
rev = "v${version}";
28
- hash = "sha256-BGN+t9Caw5n/NN1E5Oi/ruMLjoVh0jUlpzYR6vodHbw=";
+ hash = "sha256-jnt+aHkCnIj4GGFbAk6AlVhg0rvzFhGCELAaYMCZx88=";
29
};
30
31
nativeBuildInputs = [
@@ -48,7 +48,7 @@ buildNpmPackage rec {
48
OpenGL
49
];
50
51
- npmDepsHash = "sha256-KanG8y+tYzswCCXjSkOlk+p9XKaouP2Z7IhsD5bDtRk=";
+ npmDepsHash = "sha256-zmnxNJdalspZib1PGZN0YBIauJ+gaxs6Iir94cPRNtU=";
52
53
makeCacheWritable = true;
54
0 commit comments