beeper: 4.1.289 -> 4.1.311

This commit is contained in:
R. Ryantm
2025-11-05 13:15:09 +00:00
parent cef1398c49
commit 9dfb2ba974

View File

@@ -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;