rambox: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm 2024-03-14 00:48:23 +00:00 committed by Nick Cao
parent c61d0920a3
commit 246afceb55
No known key found for this signature in database
1 changed files with 3 additions and 2 deletions

View File

@ -2,11 +2,11 @@
let
pname = "rambox";
version = "2.3.0";
version = "2.3.1";
src = fetchurl {
url = "https://github.com/ramboxapp/download/releases/download/v${version}/Rambox-${version}-linux-x64.AppImage";
sha256 = "sha256-PmTiXQp+AkTwCKisH1tR6B1+cHPx25P8FAAlLvKEb3w=";
hash = "sha256-fSj/AX1uCUAC3Vg5+rtGF3IDPFTHRAgJ8CPVL8BYc+E=";
};
desktopItem = (makeDesktopItem {
@ -39,5 +39,6 @@ appimageTools.wrapType2 {
license = licenses.unfree;
maintainers = with maintainers; [ nazarewk ];
platforms = [ "x86_64-linux" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}