summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/element
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-02-01 22:09:30 +0100
committerGitHub <noreply@github.com>2023-02-01 22:09:30 +0100
commit98cc33580fe34ffc1ffd3a6017619c58450bcfa0 (patch)
tree0fbf6e9d773a4314167350d9da1c882fee73f690 /pkgs/applications/networking/instant-messengers/element
parent31968e86eddf260716458ee9ede65691f6e1987f (diff)
downloadnixpkgs-98cc33580fe34ffc1ffd3a6017619c58450bcfa0.tar
nixpkgs-98cc33580fe34ffc1ffd3a6017619c58450bcfa0.tar.gz
nixpkgs-98cc33580fe34ffc1ffd3a6017619c58450bcfa0.tar.bz2
nixpkgs-98cc33580fe34ffc1ffd3a6017619c58450bcfa0.tar.lz
nixpkgs-98cc33580fe34ffc1ffd3a6017619c58450bcfa0.tar.xz
nixpkgs-98cc33580fe34ffc1ffd3a6017619c58450bcfa0.tar.zst
nixpkgs-98cc33580fe34ffc1ffd3a6017619c58450bcfa0.zip
element-{web,desktop}: 1.11.20 -> 1.11.22 (#214043)
ChangeLog web:
* https://github.com/vector-im/element-web/releases/tag/v1.11.22
* https://github.com/vector-im/element-web/releases/tag/v1.11.21

ChangeLog desktop:
* https://github.com/vector-im/element-desktop/releases/tag/v1.11.22
* https://github.com/vector-im/element-desktop/releases/tag/v1.11.21
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/element')
-rw-r--r--pkgs/applications/networking/instant-messengers/element/pin.json10
-rwxr-xr-xpkgs/applications/networking/instant-messengers/element/update.sh3
2 files changed, 5 insertions, 8 deletions
diff --git a/pkgs/applications/networking/instant-messengers/element/pin.json b/pkgs/applications/networking/instant-messengers/element/pin.json
index cc0578f71fe..ccb7ecd1537 100644
--- a/pkgs/applications/networking/instant-messengers/element/pin.json
+++ b/pkgs/applications/networking/instant-messengers/element/pin.json
@@ -1,7 +1,7 @@
 {
-  "version": "1.11.20",
-  "desktopSrcHash": "mlB2UvRYzaJ6FWGDOqyZY6NTY7QoWCiCvmFDyWTPuMQ=",
-  "desktopYarnHash": "0ccwsy9ma7sn6d5f9jfv40dhj0y6aax8msx9bihjdmx989nkkh2m",
-  "webSrcHash": "55oLS89Pmy4d7DhBQc4i6boQIH2LgujE7kl6QwcKltw=",
-  "webYarnHash": "1aiq5wvb8cz2a5rc0h11s16fnyak0p9zhzbqwhf1rs6c1gav7777"
+  "version": "1.11.22",
+  "desktopSrcHash": "UJesD6cshsf/NK2ZTzOtAUfH+8JcGP9oCLFhkgfM0E0=",
+  "desktopYarnHash": "0bq24rjf63rkq3jphv7raqaz2fnibmj41z905k5f3l4ln835ndfv",
+  "webSrcHash": "B2clSJgKkjvQdIXQgi3bBPaVTDKOjeNBOvkAtcPOkFI=",
+  "webYarnHash": "182fh1ayh1y98kbg4mn8fxqvljs19b02j4ivvjszm55dcpwfp1df"
 }
diff --git a/pkgs/applications/networking/instant-messengers/element/update.sh b/pkgs/applications/networking/instant-messengers/element/update.sh
index b02e1d02239..976b6cb0ba8 100755
--- a/pkgs/applications/networking/instant-messengers/element/update.sh
+++ b/pkgs/applications/networking/instant-messengers/element/update.sh
@@ -1,9 +1,6 @@
 #!/usr/bin/env nix-shell
 #!nix-shell -I nixpkgs=../../../../../ -i bash -p nix wget prefetch-yarn-deps nix-prefetch-github
 
-# FIXME should fix itself on the next release -> remove the warning if that's the case
-echo "WARNING: on the last update, the yarn.lock had to be patched. Please be careful when updating the hashes!"
-
 if [ "$#" -gt 1 ] || [[ "$1" == -* ]]; then
   echo "Regenerates packaging data for the element packages."
   echo "Usage: $0 [git release tag]"