rocketchat-desktop: 3.9.15 -> 4.0.0

This commit is contained in:
R. Ryantm
2024-06-05 07:31:14 +00:00
parent 47e879862c
commit b5859ca66f
@@ -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 = [