rocketchat-desktop: 4.7.0 -> 4.7.1 (#424508)

This commit is contained in:
Weijia Wang
2025-08-03 16:36:17 -06:00
committed by GitHub
@@ -10,11 +10,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rocketchat-desktop";
version = "4.7.0";
version = "4.7.1";
src = fetchurl {
url = "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${version}/rocketchat-${version}-linux-amd64.deb";
hash = "sha256-ixEJ2NUIEaiuGk4j7c2howrFXU9OGSB9jFI9kjkdN8E=";
hash = "sha256-6Wr4058jeU+hJafJmV9NQEkAt699E4fyKmtUwqkIQCw=";
};
nativeBuildInputs = [