rocketchat-desktop: 4.14.0 -> 4.14.1

This commit is contained in:
R. Ryantm
2026-05-16 23:17:44 +00:00
parent 71169b1079
commit a13034b5b9
@@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "rocketchat-desktop";
version = "4.14.0";
version = "4.14.1";
src = fetchFromGitHub {
owner = "RocketChat";
repo = "Rocket.Chat.Electron";
tag = finalAttrs.version;
hash = "sha256-5p0WmTKHqiRtNeWxJuBUKVHc2DHtAGMyBsXq9SpytWA=";
hash = "sha256-O30MSLv2eQIFs6yjo6LU6aMwHVl5fn7KsVMpIiFL25I=";
};
patches = [