beeper: 4.2.653 -> 4.2.770

This commit is contained in:
R. Ryantm
2026-04-26 12:21:15 +00:00
parent 6453a034dc
commit 97d8c3106e
+2 -2
View File
@@ -9,10 +9,10 @@
}:
let
pname = "beeper";
version = "4.2.653";
version = "4.2.770";
src = fetchurl {
url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}-x86_64.AppImage";
hash = "sha256-+CNPeLE+FeMVWKbTwU4mrRwwWZhNm5sHsaRBAG1wuEs=";
hash = "sha256-0x1p61zIkAGpBG0dyRwLqoKbhqI3EGTtqpdYr5sxhog=";
};
appimageContents = appimageTools.extract {
inherit pname version src;