rocketchat-desktop: 4.14.1 -> 4.15.0 (#537189)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-02 09:15:18 +00:00
committed by GitHub
@@ -7,7 +7,7 @@
pkg-config,
node-gyp,
python3Packages,
electron_40,
electron_42,
vips,
xvfb-run,
copyDesktopItems,
@@ -17,17 +17,17 @@
}:
let
yarn-berry = yarn-berry_4;
electron = electron_40;
electron = electron_42;
in
stdenv.mkDerivation (finalAttrs: {
pname = "rocketchat-desktop";
version = "4.14.1";
version = "4.15.0";
src = fetchFromGitHub {
owner = "RocketChat";
repo = "Rocket.Chat.Electron";
tag = finalAttrs.version;
hash = "sha256-O30MSLv2eQIFs6yjo6LU6aMwHVl5fn7KsVMpIiFL25I=";
hash = "sha256-2ko2medsG0C6uq8Lp7ej2RgEgA7OIDsVlMG2BD1ENcM=";
};
patches = [
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
offlineCache = yarn-berry.fetchYarnBerryDeps {
inherit (finalAttrs) src missingHashes patches;
hash = "sha256-xb4HwmLjO1xCQ/KEav3EM2FwCu0vi/tXZVY+gSoonyQ=";
hash = "sha256-WfIY3kCVsL7rXbXiH7OTuiIZmGs7itdK2DG4onua3Bc=";
};
nativeBuildInputs = [