Skip to content

Commit

Permalink
Merge pull request #145412 from primeos/signal-desktop
Browse files Browse the repository at this point in the history
signal-desktop: 5.23.0 -> 5.23.1
  • Loading branch information
primeos authored Nov 10, 2021
2 parents eaa689e + 9955698 commit a8506b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ let
});
in stdenv.mkDerivation rec {
pname = "signal-desktop";
version = "5.23.0"; # Please backport all updates to the stable channel.
version = "5.23.1"; # 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 @@ -68,7 +68,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 = "0jan203zbrkb9scfdldwnvyvk4657a3pn0ws51xf53jhvvywhpg0";
sha256 = "0scbnkkbaqyqiz6bfvhdrc0yqnccjsf66iggjpa7kjyk3cy61s6c";
};

nativeBuildInputs = [
Expand Down

0 comments on commit a8506b6

Please sign in to comment.