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

beeper: 4.1.289 -> 4.1.311 (#458820)

parents 3092a55c 9dfb2ba9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,10 +9,10 @@
}:
let
  pname = "beeper";
  version = "4.1.289";
  version = "4.1.311";
  src = fetchurl {
    url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}-x86_64.AppImage";
    hash = "sha256-35fPd3bwbUwhdEtMrq/P+vPeh9Kdv9vwCP6LC7p4N9I=";
    hash = "sha256-r7WPuxPlqcUQ937TcBBG93Uo9WCY1wnH3Jm2PWI9siU=";
  };
  appimageContents = appimageTools.extract {
    inherit pname version src;