Skip to content

Commit 24194a8

Browse files
authored
jitsi-meet-electron: 2024.3.0 -> 2024.6.0 (#341228)
2 parents 1da2d8d + de05899 commit 24194a8

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/networking/instant-messengers/jitsi-meet-electron

1 file changed

+3
-3
lines changed

pkgs/applications/networking/instant-messengers/jitsi-meet-electron/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ let
1919
in
2020
buildNpmPackage rec {
2121
pname = "jitsi-meet-electron";
22-
version = "2024.3.0";
22+
version = "2024.6.0";
2323

2424
src = fetchFromGitHub {
2525
owner = "jitsi";
2626
repo = "jitsi-meet-electron";
2727
rev = "v${version}";
28-
hash = "sha256-BGN+t9Caw5n/NN1E5Oi/ruMLjoVh0jUlpzYR6vodHbw=";
28+
hash = "sha256-jnt+aHkCnIj4GGFbAk6AlVhg0rvzFhGCELAaYMCZx88=";
2929
};
3030

3131
nativeBuildInputs = [
@@ -48,7 +48,7 @@ buildNpmPackage rec {
4848
OpenGL
4949
];
5050

51-
npmDepsHash = "sha256-KanG8y+tYzswCCXjSkOlk+p9XKaouP2Z7IhsD5bDtRk=";
51+
npmDepsHash = "sha256-zmnxNJdalspZib1PGZN0YBIauJ+gaxs6Iir94cPRNtU=";
5252

5353
makeCacheWritable = true;
5454

0 commit comments

Comments
 (0)