rocketchat-desktop: 3.8.11 -> 3.9.7

This commit is contained in:
gbtb
2023-09-18 22:21:51 +02:00
committed by Weijia Wang
parent ace5093e36
commit 057cd2a739
@@ -4,11 +4,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rocketchat-desktop";
version = "3.8.11";
version = "3.9.7";
src = fetchurl {
url = "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${version}/rocketchat-${version}-linux-amd64.deb";
sha256 = "sha256-gRMoLzCAXByLVtzYAZnhmbgbfsav6CkbP3ZE0NDdlMw=";
hash = "sha256-DxY8cXWHBboH6Uh2i9DSJ2F8/OaGTRlIEaLzhQpXnKk=";
};
nativeBuildInputs = [