rocketchat-desktop: 4.0.0 -> 4.0.1

This commit is contained in:
R. Ryantm
2024-07-13 10:11:49 +00:00
parent bd24e293f2
commit 62a3d293e9
@@ -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 = [