Merge pull request #317372 from r-ryantm/auto-update/rocketchat-desktop

rocketchat-desktop: 3.9.15 -> 4.0.0
This commit is contained in:
Weijia Wang 2024-07-03 00:47:37 +02:00 committed by GitHub
commit 4f88c2d0f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,11 +4,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rocketchat-desktop";
version = "3.9.15";
version = "4.0.0";
src = fetchurl {
url = "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${version}/rocketchat-${version}-linux-amd64.deb";
hash = "sha256-fMnr7RCNoYVyV+CzKOIqaGd6T6+3fJxMuPjNdFAZdX0=";
hash = "sha256-ryfYaePwL4W6x8sKlxACadLUvXEqyqJ0enlSnmVmpUo=";
};
nativeBuildInputs = [