beeper: 4.2.630 -> 4.2.653 (#501296)

This commit is contained in:
Bjørn Forsman
2026-04-23 04:59:25 +00:00
committed by GitHub
+3 -3
View File
@@ -9,10 +9,10 @@
}:
let
pname = "beeper";
version = "4.2.630";
version = "4.2.653";
src = fetchurl {
url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}-x86_64.AppImage";
hash = "sha256-1oaJoQ9Ws9Bc+CQFojYCJc5ChgkHUVOKtWrT3ehGMNU=";
hash = "sha256-+CNPeLE+FeMVWKbTwU4mrRwwWZhNm5sHsaRBAG1wuEs=";
};
appimageContents = appimageTools.extract {
inherit pname version src;
@@ -29,7 +29,7 @@ let
sed -i -E 's/executeDownload\([^)]+\)\{/executeDownload(){return;/g' $out/resources/app/build/main/main-entry-*.mjs
# hide version status element on about page otherwise a error message is shown
sed -i '$ a\.subview-prefs-about > div:nth-child(2) {display: none;}' $out/resources/app/build/renderer/PrefsPanes-*.css
sed -i '$ a\.subview-prefs-about > div:nth-child(2) {display: none;}' $out/resources/app/build/renderer/*.css
'';
};
in