beeper: 4.2.229 -> 4.2.269 (#466882)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-02 05:05:57 +00:00
committed by GitHub
+2 -2
View File
@@ -9,10 +9,10 @@
}:
let
pname = "beeper";
version = "4.2.229";
version = "4.2.269";
src = fetchurl {
url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}-x86_64.AppImage";
hash = "sha256-AW976i1JO2nKqm7QV35lYFPftClOpEz+0/Zaec4sly8=";
hash = "sha256-2IASocz5dgO3KXSvm4i8wyFClEF/4oRtOJZAsfg0mJA=";
};
appimageContents = appimageTools.extract {
inherit pname version src;