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

rocketchat-desktop: 3.9.14 -> 3.9.15
This commit is contained in:
Weijia Wang 2024-06-02 18:15:20 +02:00 committed by GitHub
commit 9df2ad76e5
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.14";
version = "3.9.15";
src = fetchurl {
url = "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${version}/rocketchat-${version}-linux-amd64.deb";
hash = "sha256-1ZNxdzkkhsDPbwyTTTKmF7p10VgGRvRw31W91m1H4YM=";
hash = "sha256-fMnr7RCNoYVyV+CzKOIqaGd6T6+3fJxMuPjNdFAZdX0=";
};
nativeBuildInputs = [