beeper: 4.2.948 -> 4.2.957 (#538515)

This commit is contained in:
nixpkgs-ci[bot] 2026-07-04 22:31:40 +00:00 committed by GitHub
commit 80c17edb59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,10 +10,10 @@
}:
let
pname = "beeper";
version = "4.2.948";
version = "4.2.957";
src = fetchurl {
url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}-x86_64.AppImage";
hash = "sha256-MvfQSCV8b5aOeOSlTnRlOupzg+wmHhG0hGWznwCx0Yc=";
hash = "sha256-wUGUwWopQ8ox2+UP5hXIIF2XVLQmZyhfb712S8JjTGk=";
};
appimageContents = appimageTools.extract {
inherit pname version src;