Unverified Commit 322c4a57 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

rocketchat-desktop: 4.3.0 -> 4.3.3 (#399410)

parents 264cf87a a8d37609
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "rocketchat-desktop";
  version = "4.3.0";
  version = "4.3.3";

  src = fetchurl {
    url = "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${version}/rocketchat-${version}-linux-amd64.deb";
    hash = "sha256-WyRZfUdUAX8YIXXoAUPp6Icr52xad4S7t5V99SxIU/w=";
    hash = "sha256-2/AOHsIeYXqjCeDMEeSzhTEfgkHo4fX0cFdx5gXvfNk=";
  };

  nativeBuildInputs = [