beeper: 4.2.653 -> 4.2.770 (#513688)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-26 16:11:09 +00:00
committed by GitHub
+2 -2
View File
@@ -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;