rocketchat-desktop: 4.4.0 -> 4.5.0

This commit is contained in:
R. Ryantm
2025-06-02 17:45:42 +00:00
parent 0238456546
commit aa5ab508ba

View File

@@ -10,11 +10,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rocketchat-desktop";
version = "4.4.0";
version = "4.5.0";
src = fetchurl {
url = "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${version}/rocketchat-${version}-linux-amd64.deb";
hash = "sha256-f8Nj7+BLjWEGbRntZMahtc2+LMMeJa7v2UVyWOxj9WU=";
hash = "sha256-GCCVIfo7Q5n7hQsWG9oTdfaz1ol0+NX8TaHRheJhU3I=";
};
nativeBuildInputs = [