beeper: 4.1.111 -> 4.1.135 (#436913)

This commit is contained in:
Peder Bergebakken Sundt
2025-08-26 17:00:42 +02:00
committed by GitHub
+2 -2
View File
@@ -9,10 +9,10 @@
}:
let
pname = "beeper";
version = "4.1.111";
version = "4.1.135";
src = fetchurl {
url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}.AppImage";
hash = "sha256-0cr6syveIHIIy8+FyE23U8iidMYJXkN8CqhhbH0oNt0=";
hash = "sha256-bp0RGU689A8kgphNgJJnlbQBh1fAubwWUvM9StzLwB4=";
};
appimageContents = appimageTools.extract {
inherit pname version src;