Commit bf591aae authored by gbtb's avatar gbtb
Browse files

rocketchat-desktop: 3.9.8 -> 3.9.9

parent fdd898f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,11 +4,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "rocketchat-desktop";
  version = "3.9.8";
  version = "3.9.9";

  src = fetchurl {
    url = "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${version}/rocketchat-${version}-linux-amd64.deb";
    hash = "sha256-sx4WRAeitbBrz6jFvD0WF/EzR7cx4tOPoczbJ+tkw1s=";
    hash = "sha256-50mVmE+q2VYJXIv2iD6ppS83We0aJRT9vje+zpJcdq0=";
  };

  nativeBuildInputs = [