beeper: 4.0.693 -> 4.0.710 (#409927)

This commit is contained in:
Aleksana
2025-05-23 22:34:54 +08:00
committed by GitHub
+2 -2
View File
@@ -9,10 +9,10 @@
}:
let
pname = "beeper";
version = "4.0.693";
version = "4.0.710";
src = fetchurl {
url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}.AppImage";
hash = "sha256-+m4pmDYnn4fWAp8Ve7hjNaFClPU8tLIAVGQSJNlo/p0=";
hash = "sha256-8NwntTrxxWScww0i2DlbVUg5KBlE3WcCVq5P1so8/ig=";
};
appimageContents = appimageTools.extract {
inherit pname version src;