beeper: 4.2.587 -> 4.2.605

This commit is contained in:
R. Ryantm
2026-03-07 11:42:12 +00:00
parent 13691e43dc
commit 1cc789dbd5
+2 -2
View File
@@ -9,10 +9,10 @@
}:
let
pname = "beeper";
version = "4.2.587";
version = "4.2.605";
src = fetchurl {
url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}-x86_64.AppImage";
hash = "sha256-wcefnGwR8Yz13CE3wbMU6J4hglA2lfpaGE5pklqib6w=";
hash = "sha256-c+ISP/6kWR7RMV55LR8Ap4CIn9y1h6Vo9A92+7tpVL8=";
};
appimageContents = appimageTools.extract {
inherit pname version src;