rambox: 2.2.0 -> 2.2.1

This commit is contained in:
Krzysztof Nazarewski 2023-10-24 21:27:54 +02:00
parent 7c9cc5a6e5
commit 1d9e7c314f
No known key found for this signature in database
GPG Key ID: 985C1ACE088CC9F4

View File

@ -2,11 +2,11 @@
let
pname = "rambox";
version = "2.2.0";
version = "2.2.1";
src = fetchurl {
url = "https://github.com/ramboxapp/download/releases/download/v${version}/Rambox-${version}-linux-x64.AppImage";
sha256 = "sha256-9CtE29bcE4CIWZmwSbSa/MxuDdwn0vlQT0wOYAoNkcg=";
sha256 = "sha256-6fnO/e5lFrY5t2sCbrrYHck29NKt2Y+FH0N2cxunvZs=";
};
desktopItem = (makeDesktopItem {