beeper: 4.1.64 -> 4.1.111 (#434390)

Co-authored-by: zh4ngx <zh4ngx@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-18 22:34:37 +00:00
committed by GitHub
+2 -2
View File
@@ -9,10 +9,10 @@
}:
let
pname = "beeper";
version = "4.1.64";
version = "4.1.111";
src = fetchurl {
url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}.AppImage";
hash = "sha256-8Gd7qSp0/anYLrLCUfq15OacVsKwFVWQxaVvN9xsXkY=";
hash = "sha256-0cr6syveIHIIy8+FyE23U8iidMYJXkN8CqhhbH0oNt0=";
};
appimageContents = appimageTools.extract {
inherit pname version src;