beeper: 4.0.732 -> 4.0.747 (#414182)

This commit is contained in:
Nick Cao 2025-06-06 17:14:44 -04:00 committed by GitHub
commit d2924ae508
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,10 +9,10 @@
}:
let
pname = "beeper";
version = "4.0.732";
version = "4.0.747";
src = fetchurl {
url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}.AppImage";
hash = "sha256-8HcWEMrMpq+QCnkCf7Yn79fADy98KFqL/m1erXtM8XU=";
hash = "sha256-eLNxuBCm3vzG/90mZsQCVInGu8lMPrr+/UBAHj+vGJ4=";
};
appimageContents = appimageTools.extract {
inherit pname version src;