about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/beeper
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-29 08:55:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-29 08:55:39 +0000
commitc0ea646933ccbebcdf93fb46deb9a78078686972 (patch)
tree2289fd89c4599898a80e2bacf31dbce18dc905eb /pkgs/applications/networking/instant-messengers/beeper
parent90e85bc7c1a6fc0760a94ace129d3a1c61c3d035 (diff)
beeper: 3.82.8 -> 3.83.13
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/beeper')
-rw-r--r--pkgs/applications/networking/instant-messengers/beeper/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/beeper/default.nix b/pkgs/applications/networking/instant-messengers/beeper/default.nix
index bd5b0d904cc75..2f00e4de0c834 100644
--- a/pkgs/applications/networking/instant-messengers/beeper/default.nix
+++ b/pkgs/applications/networking/instant-messengers/beeper/default.nix
@@ -11,11 +11,11 @@
 }:
 let
   pname = "beeper";
-  version = "3.82.8";
+  version = "3.83.13";
   name = "${pname}-${version}";
   src = fetchurl {
-    url = "https://download.todesktop.com/2003241lzgn20jd/beeper-3.82.8-build-231019pq0po3woq.AppImage";
-    hash = "sha256-tXPmTpbzWU+sUJHhyP2lexcAb33YmJnRaxX08G4CTaE=";
+    url = "https://download.todesktop.com/2003241lzgn20jd/beeper-3.83.13-build-231024j9x7ova5e.AppImage";
+    hash = "sha256-ZuwPLYcVcjCCLdWSarY0oq0GUDiOrvNBgK/7ETb8OLg=";
   };
   appimage = appimageTools.wrapType2 {
     inherit version pname src;