beeper: 4.2.785 -> 4.2.808

This commit is contained in:
R. Ryantm
2026-05-13 17:31:02 +00:00
parent e7bc647eb5
commit f41050b187
+2 -2
View File
@@ -9,10 +9,10 @@
}:
let
pname = "beeper";
version = "4.2.785";
version = "4.2.808";
src = fetchurl {
url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}-x86_64.AppImage";
hash = "sha256-KUFFuiZY2nopzhSendRXAR4O9G71J/WeHkQmuvi+rsE=";
hash = "sha256-ql5WkKVgQiKIHkNKd805xFezsvoW+8dqXx6MzfsxceM=";
};
appimageContents = appimageTools.extract {
inherit pname version src;