[Backport release-26.05] equibop: 3.2.1 -> 3.2.2 (#552670)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-14 15:08:31 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

View File

@@ -50,8 +50,8 @@ stdenvNoCC.mkDerivation {
outputHash =
{
x86_64-linux = "sha256-dLATw5Mb9grQnI/JTdlRdNP2JETELeqY8aXqb5dCXOA=";
aarch64-linux = "sha256-Zrk0aTHw7nrN6lKFa/ap7Hz1OJwnY4jtCLw2KWWqyJQ=";
x86_64-linux = "sha256-TKFL47b+Xh8ChlSyXdhRY+zmPAnkHJss2vNblBvOSmw=";
aarch64-linux = "sha256-S5JNtQvDLFrOT+XCSMqFltrTlcRAzWcbXbRZk4CEkrA=";
}
.${stdenvNoCC.hostPlatform.system}
or (throw "Unsupported system ${stdenvNoCC.hostPlatform.system}");

View File

@@ -6,7 +6,7 @@
makeWrapper,
makeDesktopItem,
copyDesktopItems,
electron_41,
electron_43,
python3Packages,
pipewire,
libpulseaudio,
@@ -18,17 +18,17 @@
withMiddleClickScroll ? false,
}:
let
electron = electron_41;
electron = electron_43;
in
stdenv.mkDerivation (finalAttrs: {
pname = "equibop";
version = "3.2.1";
version = "3.2.2";
src = fetchFromGitHub {
owner = "Equicord";
repo = "Equibop";
tag = "v${finalAttrs.version}";
hash = "sha256-WqfxrVAJvD6Y6ZjkhbvibL6Bps7PL2lx3JBY94Yd6kk=";
hash = "sha256-foKgtyN1jr4+PHwJHTVXrYzWNVYtR1Sq8rLG4VEnujs=";
};
postPatch = ''
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
--replace-fail -baseline ""
'';
node-modules = callPackage ./node-modules.nix { };
node-modules = callPackage ./node-modules.nix { equibop = finalAttrs.finalPackage; }; # helps when the parent package is overidden
nativeBuildInputs = [
bun