Skip to content

Commit

Permalink
signal-desktop: 5.27.1 -> 5.28.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
primeos committed Jan 22, 2022
1 parent cb6cc73 commit e06082e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let

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

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

nativeBuildInputs = [
Expand Down

0 comments on commit e06082e

Please sign in to comment.