Commit 9dfb2ba9 authored by R. RyanTM's avatar R. RyanTM
Browse files

beeper: 4.1.289 -> 4.1.311

parent cef1398c
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;