Unverified Commit 2140d613 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

beeper: 4.2.653 -> 4.2.770 (#513688)

parents af8d4b02 97d8c310
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,10 +9,10 @@
}:
let
  pname = "beeper";
  version = "4.2.653";
  version = "4.2.770";
  src = fetchurl {
    url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}-x86_64.AppImage";
    hash = "sha256-+CNPeLE+FeMVWKbTwU4mrRwwWZhNm5sHsaRBAG1wuEs=";
    hash = "sha256-0x1p61zIkAGpBG0dyRwLqoKbhqI3EGTtqpdYr5sxhog=";
  };
  appimageContents = appimageTools.extract {
    inherit pname version src;