summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorteutat3s <10206665+teutat3s@users.noreply.github.com>2022-04-07 22:21:21 +0200
committerteutat3s <10206665+teutat3s@users.noreply.github.com>2022-04-07 22:21:21 +0200
commit038cb5a97db356c6152bd6d294270fcbc3cd8c40 (patch)
tree5c96de8ece8abf7d405e7ac92f8ffe7539c7b5a8 /pkgs
parent55e580b86dd4402fbc2a6793bba6dcf40c56652c (diff)
downloadnixpkgs-038cb5a97db356c6152bd6d294270fcbc3cd8c40.tar
nixpkgs-038cb5a97db356c6152bd6d294270fcbc3cd8c40.tar.gz
nixpkgs-038cb5a97db356c6152bd6d294270fcbc3cd8c40.tar.bz2
nixpkgs-038cb5a97db356c6152bd6d294270fcbc3cd8c40.tar.lz
nixpkgs-038cb5a97db356c6152bd6d294270fcbc3cd8c40.tar.xz
nixpkgs-038cb5a97db356c6152bd6d294270fcbc3cd8c40.tar.zst
nixpkgs-038cb5a97db356c6152bd6d294270fcbc3cd8c40.zip
signal-desktop: 5.37.0 -> 5.38.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/instant-messengers/signal-desktop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix b/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
index 72bd18163e6..64586dcd70e 100644
--- a/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
@@ -24,7 +24,7 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "signal-desktop";
-  version = "5.37.0"; # Please backport all updates to the stable channel.
+  version = "5.38.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:
@@ -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 = "sha256-hnRS/7CZPk1bbBjpHLAywKVu2u7jgg3p5/pxEdkzMJ8=";
+    sha256 = "sha256-PmeJ6ZNjQjxuPl1UqunQT0q6uUZxt5gDFJS/WCcHE68=";
   };
 
   nativeBuildInputs = [