Skip to content

Commit

Permalink
beeper: 3.102.14 -> 3.103.36
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 12, 2024
1 parent 76e0e59 commit 34cae29
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
}:
let
pname = "beeper";
version = "3.102.14";
version = "3.103.36";
name = "${pname}-${version}";
src = fetchurl {
url = "https://download.todesktop.com/2003241lzgn20jd/beeper-3.102.14-build-24040616ytycz8q-x86_64.AppImage";
hash = "sha256-A+0dXAddZq7GWMyi9v1g0B9f7b6COMkFlm8bX4XXvzU=";
url = "https://download.todesktop.com/2003241lzgn20jd/beeper-3.103.36-build-240411hw9xbpc7s-x86_64.AppImage";
hash = "sha256-qxu/a8eeWeOKCsno51J2IHUXTXH82KXBNajfoEkkid8=";
};
appimage = appimageTools.wrapType2 {
inherit version pname src;
Expand Down

0 comments on commit 34cae29

Please sign in to comment.