rocketchat-desktop: 3.8.7 -> 3.8.8

This commit is contained in:
R. Ryantm 2022-08-28 23:36:18 +00:00
parent cef50cde2b
commit 5d9c49086d

View File

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