Commit 1231dc50 authored by R. RyanTM's avatar R. RyanTM
Browse files

rocketchat-desktop: 4.1.0 -> 4.1.1

parent c7f9378f
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 = "4.1.0";
  version = "4.1.1";

  src = fetchurl {
    url = "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${version}/rocketchat-${version}-linux-amd64.deb";
    hash = "sha256-SMpcsRKxx51O7cagDFIrp70QiAHaoAU5NhLHtog647g=";
    hash = "sha256-6NvQtc+IUWqixFwWUHvl+SkSl0pk3SK4VmQXoZYyqqg=";
  };

  nativeBuildInputs = [