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>2024-03-13 11:47:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-13 11:47:39 +0000
commitda7e5ef9600b9f13b1751eca19a40508028fc500 (patch)
tree2272153cfab61a4399a1895dd8696272512941a1 /pkgs/applications/networking/instant-messengers/beeper
parent54dce4f0ac3334c35093d38b17fe3799eab929b4 (diff)
beeper: 3.99.22 -> 3.99.23
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 f5363ee4cb63c..f2c7d287d01e5 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.99.22";
+  version = "3.99.23";
   name = "${pname}-${version}";
   src = fetchurl {
-    url = "https://download.todesktop.com/2003241lzgn20jd/beeper-3.99.22-build-240307lufv3wsra-x86_64.AppImage";
-    hash = "sha256-T3MABc11rWRjCU+4fvbpYDVq4XjSVfEeBrS03ITw8x8=";
+    url = "https://download.todesktop.com/2003241lzgn20jd/beeper-3.99.23-build-240309svrjfqia1-x86_64.AppImage";
+    hash = "sha256-8kZk5tEJCcSPKgpsVKrHB5twujZF2LdepW7HIJsb52E=";
   };
   appimage = appimageTools.wrapType2 {
     inherit version pname src;