beeper: 4.1.20 -> 4.1.64

This commit is contained in:
R. Ryantm
2025-08-08 20:28:24 +00:00
parent a9a56ab2e6
commit 486bc070e2
+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;