freetube: 0.25.1 -> 0.25.2; pin electron version

Changelog:
https://github.com/FreeTubeApp/FreeTube/releases/tag/v0.25.2-beta
Diff:
https://github.com/FreeTubeApp/FreeTube/compare/v0.25.1-beta...v0.25.2-beta

Pinned electron to the same major version as specified in upstreams
pnpm-lock.yaml
(https://github.com/FreeTubeApp/FreeTube/blob/v0.25.2-beta/pnpm-lock.yaml)

(cherry picked from commit 1932e3cb3b)
This commit is contained in:
Jost Alemann
2026-08-12 06:27:17 +02:00
committed by github-actions[bot]
parent ffe43378ae
commit 8ea6c8382a

View File

@@ -12,24 +12,24 @@
pnpm_10,
makeShellWrapper,
copyDesktopItems,
electron,
darwin,
electron_42,
nixosTests,
}:
let
description = "Open Source YouTube app for privacy";
pnpm = pnpm_10;
electron = electron_42;
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "freetube";
version = "0.25.1";
version = "0.25.2";
src = fetchFromGitHub {
owner = "FreeTubeApp";
repo = "FreeTube";
tag = "v${finalAttrs.version}-beta";
hash = "sha256-CQiwAoOJoAZpcDIwqcOfUAvJHLWTdj8fIInlR3qyjg8=";
hash = "sha256-A25I64GP4FRyP21W5QuVvrWpThyU7hDosO25vkIx0UY=";
};
__structuredAttrs = true;
@@ -58,7 +58,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
inherit (finalAttrs) pname version src;
inherit pnpm;
fetcherVersion = 4;
hash = "sha256-NWCgUjBuSeEl65mmAeJzOyIxCi2ha0Nr5qjOQq+CtMQ=";
hash = "sha256-1OnmJi4xCxMALAac4jnLOKg5N/t3pcHgM0AgvF1+DpM=";
};
nativeBuildInputs = [