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
+2 -2
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;