Merge pull request #151568 from Mephistophiles/rocketchat-3.7.1

rocketchat-desktop: 3.7.0 -> 3.7.1
This commit is contained in:
Bobby Rong 2021-12-23 11:45:07 +08:00 committed by GitHub
commit 61b89f2a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rocketchat-desktop";
version = "3.7.0";
version = "3.7.1";
src = fetchurl {
url = "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${version}/rocketchat_${version}_amd64.deb";
sha256 = "1z6crwb7svg7iw59gm88d29yknhk84hwcps9f565c3mabjdxzhw2";
sha256 = "1l4g0y7kb569w1i3c1bq6m0p9wykrf7k6a59j5cvnkl1b9h8mj4p";
};
nativeBuildInputs = [