Skip to content

Commit

Permalink
rambox: 2.3.4 -> 2.4.0 (#344112)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Sep 25, 2024
2 parents f6e93ec + f6fecce commit ed3371c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

let
pname = "rambox";
version = "2.3.4";
version = "2.4.0";

src = fetchurl {
url = "https://github.com/ramboxapp/download/releases/download/v${version}/Rambox-${version}-linux-x64.AppImage";
hash = "sha256-YaLvqd0yr0wlsvjtoN/9GXoZIpjH26DInhWC0Vg62Rs=";
hash = "sha256-pm4Ji1gv5vNMgB9ZWNKMLZSUE9wBklQ/MnFOKHP+Rcc=";
};

desktopItem = (makeDesktopItem {
Expand Down

0 comments on commit ed3371c

Please sign in to comment.