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

rocketchat-desktop: 4.0.0 -> 4.0.1
This commit is contained in:
Pol Dellaiera 2024-07-16 21:03:30 +02:00 committed by GitHub
commit 7aef5ab4ba
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 = "4.0.0";
version = "4.0.1";
src = fetchurl {
url = "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${version}/rocketchat-${version}-linux-amd64.deb";
hash = "sha256-ryfYaePwL4W6x8sKlxACadLUvXEqyqJ0enlSnmVmpUo=";
hash = "sha256-GWU2qGeQB8bou0+Ja6Cs4bQM1stAL+dlKC3QNTA0EIY=";
};
nativeBuildInputs = [