beeper: 4.2.269 -> 4.2.330

This commit is contained in:
R. Ryantm
2025-12-14 15:22:43 +00:00
parent 3aabd7d35c
commit e16c200f82
+2 -2
View File
@@ -9,10 +9,10 @@
}:
let
pname = "beeper";
version = "4.2.269";
version = "4.2.330";
src = fetchurl {
url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}-x86_64.AppImage";
hash = "sha256-2IASocz5dgO3KXSvm4i8wyFClEF/4oRtOJZAsfg0mJA=";
hash = "sha256-7Jf/dKShD7UBiv2CHj+cYaojqlpfshG1D09beX79g4o=";
};
appimageContents = appimageTools.extract {
inherit pname version src;