rocketchat-desktop: 3.7.2 -> 3.7.4

This commit is contained in:
R. Ryantm 2022-01-01 05:28:38 +00:00
parent 796af3ddba
commit 86690a2fcb

View File

@ -4,11 +4,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rocketchat-desktop";
version = "3.7.2";
version = "3.7.4";
src = fetchurl {
url = "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${version}/rocketchat_${version}_amd64.deb";
sha256 = "sha256-sSSi8L5WXFAc9yRDZ2usWmh6F06/1RMbJInQ4/OORnI=";
sha256 = "sha256-yYUMVMSGUMAXbBm40jNCaFusWsWxoIgLDeAwNqSewX8=";
};
nativeBuildInputs = [