helium-browser: version change
All checks were successful
checks / checks (push) Successful in 2h40m35s

This commit is contained in:
2025-10-09 10:12:44 +04:00
parent 539624da38
commit b26187ae7d

View File

@@ -113,7 +113,7 @@
rec { rec {
inherit stdenv; inherit stdenv;
pname = "helium-browser-unwrapped"; pname = "helium-browser-unwrapped";
version = "${upstream-info.version}-${upstream-info.deps.ungoogled-patches.rev}"; version = "${upstream-info.deps.ungoogled-patches.rev}-${upstream-info.version}";
depsBuildBuild = lib.filter ( depsBuildBuild = lib.filter (
d: d != buildPlatformLlvmStdenv && d != buildPlatformLlvmStdenv.cc d: d != buildPlatformLlvmStdenv && d != buildPlatformLlvmStdenv.cc
) base.depsBuildBuild; ) base.depsBuildBuild;