about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-07-31 21:55:37 +0800
committerGitHub <noreply@github.com>2022-07-31 21:55:37 +0800
commitce33ec993af9d49bf71ab3ce5289cc62278788d5 (patch)
tree70c30bbfcad209fd81d50419995bd0fb22c4fd91 /pkgs/applications/networking/instant-messengers
parentfeac361c6bd1a35051bf11e1c4788ec866732056 (diff)
parent1d4775f551070e93a7e2f9a13c0f9d88ea2295ee (diff)
Merge pull request #183808 from r-ryantm/auto-update/rocketchat-desktop
rocketchat-desktop: 3.8.5 -> 3.8.7
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/rocketchat-desktop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/rocketchat-desktop/default.nix b/pkgs/applications/networking/instant-messengers/rocketchat-desktop/default.nix
index d854414a36b63..e04c0b8547da7 100644
--- a/pkgs/applications/networking/instant-messengers/rocketchat-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/rocketchat-desktop/default.nix
@@ -4,11 +4,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "rocketchat-desktop";
-  version = "3.8.5";
+  version = "3.8.7";
 
   src = fetchurl {
     url = "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${version}/rocketchat-${version}-linux-amd64.deb";
-    sha256 = "sha256-nKEfdbHfLjM4w79hzQdKiC4+IT3WXdDdlXkzelCKqOw";
+    sha256 = "sha256-kSEOjhsSa+5+oNxWY+cQR7RIRzd+BGR4WDL1drybxzU=";
   };
 
   nativeBuildInputs = [