beeper: 4.2.455 -> 4.2.482 (#480418)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-15 20:45:57 +00:00
committed by GitHub
+2 -2
View File
@@ -9,10 +9,10 @@
}:
let
pname = "beeper";
version = "4.2.455";
version = "4.2.482";
src = fetchurl {
url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}-x86_64.AppImage";
hash = "sha256-3FHaPIJb40ta/+sguolz2QQBKkGgd1P3CgyEHHxX5xA=";
hash = "sha256-mxBE0U2ABiOdSNj8c3Lqgmy5iFtOulCCkQ+oC2xyENA=";
};
appimageContents = appimageTools.extract {
inherit pname version src;