Merge pull request #295750 from r-ryantm/auto-update/rambox

rambox: 2.3.0 -> 2.3.1
This commit is contained in:
Weijia Wang 2024-03-23 23:13:19 +01:00 committed by GitHub
commit 4f6049d2eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];
};
}