Skip to content

Commit 319bcbc

Browse files
authored
element-call: 0.10.0 -> 0.11.1 (#408732)
2 parents 1f3a192 + b4ac082 commit 319bcbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/el/element-call/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "element-call";
14-
version = "0.10.0";
14+
version = "0.11.1";
1515

1616
src = fetchFromGitHub {
1717
owner = "element-hq";
1818
repo = "element-call";
1919
tag = "v${finalAttrs.version}";
20-
hash = "sha256-hKlzp6dDYRp1fM6soho84nP0phkQkaGJEGUf0MqzQGc=";
20+
hash = "sha256-SNwNo3v2HydNXtb3H3Xh2mYBIagMkWjitlKWTfraeVU=";
2121
};
2222

2323
matrixJsSdkRevision = "19b1b901f575755d29d1fe03ca48cbf7c1cae05c";
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
4141
missingHashes = ./missing-hashes.json;
4242
offlineCache = yarn-berry.fetchYarnBerryDeps {
4343
inherit (finalAttrs) src missingHashes;
44-
hash = "sha256-Pv9ioa6F5gNx+8oMJvvRI/LTJGJ4ALrIQFvoH++szuo=";
44+
hash = "sha256-Z8gTt4W78w2DdkRhnaPLG2RIwfT64RFs5+UobARDG4c=";
4545
};
4646

4747
nativeBuildInputs = [

0 commit comments

Comments
 (0)