beeper: 4.0.779 -> 4.0.821 (#424898)

Co-authored-by: jshcmpbll <jshcmpbll@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-16 07:23:46 +00:00
committed by GitHub

View File

@@ -9,10 +9,10 @@
}:
let
pname = "beeper";
version = "4.0.779";
version = "4.0.821";
src = fetchurl {
url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}.AppImage";
hash = "sha256-eRA/9OAWcYsn1C8xuC6NFj2/HxOHT0YISDC9Kp8H/Yg=";
hash = "sha256-bBQUCZ9v2MrGpziaSTVNRootXln51arO3NeuIRiMwZA=";
};
appimageContents = appimageTools.extract {
inherit pname version src;