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

rocketchat-desktop: 3.9.7 -> 3.9.8
This commit is contained in:
Nick Cao 2023-09-27 09:34:52 -04:00 committed by GitHub
commit 2e48c0f9bf
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.9.7";
version = "3.9.8";
src = fetchurl {
url = "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${version}/rocketchat-${version}-linux-amd64.deb";
hash = "sha256-DxY8cXWHBboH6Uh2i9DSJ2F8/OaGTRlIEaLzhQpXnKk=";
hash = "sha256-sx4WRAeitbBrz6jFvD0WF/EzR7cx4tOPoczbJ+tkw1s=";
};
nativeBuildInputs = [