We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80bfa2e commit 3e989adCopy full SHA for 3e989ad
1 file changed
pkgs/applications/networking/instant-messengers/rambox/default.nix
@@ -2,11 +2,11 @@
2
3
let
4
pname = "rambox";
5
- version = "2.3.1";
+ version = "2.3.2";
6
7
src = fetchurl {
8
url = "https://github.com/ramboxapp/download/releases/download/v${version}/Rambox-${version}-linux-x64.AppImage";
9
- hash = "sha256-fSj/AX1uCUAC3Vg5+rtGF3IDPFTHRAgJ8CPVL8BYc+E=";
+ hash = "sha256-9AGzhj4UL2rEe67qvkX5VYhQEMETGYSDWv5XOgABSEE=";
10
};
11
12
desktopItem = (makeDesktopItem {
0 commit comments