beeper: 4.1.20 -> 4.1.64 (#432092)

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