Unverified Commit 760cd162 authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

beeper: 4.2.630 -> 4.2.653 (#501296)

parents f44ad720 387d254f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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