Skip to content

Commit e06082e

Browse files
committed
signal-desktop: 5.27.1 -> 5.28.0
This update breaks Ozone/Wayland due to an Electron update [0]. This isn't ideal but we cannot block Signal-Desktop updates indefinitely based on that. It's an upstream issue that is tracked by both Signal-Desktop [1] and Electron [2]. Unfortunately, there are no known fixes/workarounds yet. [0]: signalapp/Signal-Desktop@46ddcc5 [1]: signalapp/Signal-Desktop#5719 [2]: electron/electron#32436
1 parent cb6cc73 commit e06082e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/applications/networking/instant-messengers/signal-desktop

pkgs/applications/networking/instant-messengers/signal-desktop/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let
2424

2525
in stdenv.mkDerivation rec {
2626
pname = "signal-desktop";
27-
version = "5.27.1"; # Please backport all updates to the stable channel.
27+
version = "5.28.0"; # Please backport all updates to the stable channel.
2828
# All releases have a limited lifetime and "expire" 90 days after the release.
2929
# When releases "expire" the application becomes unusable until an update is
3030
# applied. The expiration date for the current release can be extracted with:
@@ -34,7 +34,7 @@ in stdenv.mkDerivation rec {
3434

3535
src = fetchurl {
3636
url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
37-
sha256 = "0z0v7q0rpxdx7ic78jv7wp1hq8nrfp51jjdr6d85x0hsfdj0z1mc";
37+
sha256 = "0lv96gzzjdnb75aim9ys9v79gg1bgjc51avikssrxg5fnmi30n3k";
3838
};
3939

4040
nativeBuildInputs = [

0 commit comments

Comments
 (0)