Merge pull request #189185 from r-ryantm/auto-update/rocketchat-desktop

rocketchat-desktop: 3.8.8 -> 3.8.9
This commit is contained in:
Jonas Heinrich 2022-09-01 14:25:10 +02:00 committed by GitHub
commit 15bf7fb6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rocketchat-desktop";
version = "3.8.8";
version = "3.8.9";
src = fetchurl {
url = "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${version}/rocketchat-${version}-linux-amd64.deb";
sha256 = "sha256-8bbIJNbx3G46YX06I0K74a8VPNCHjn7I4R6Za+s+PRA=";
sha256 = "sha256-IapGlEUUl+iyW1rTCZugN2YOJUpNwd5NP2QPD3FHd0s=";
};
nativeBuildInputs = [