beeper: 4.2.455 -> 4.2.482

This commit is contained in:
R. Ryantm
2026-01-15 16:39:29 +00:00
parent 6fd688eaa6
commit fc021796f2
+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;