beeper: 4.1.289 -> 4.1.311 (#458820)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-05 23:28:21 +00:00
committed by GitHub
+2 -2
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;