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

This commit is contained in:
OTABI Tomoya
2025-04-26 16:58:42 +09:00
committed by GitHub
@@ -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 = [