helium-browser: version change
All checks were successful
checks / checks (push) Successful in 2h40m35s
All checks were successful
checks / checks (push) Successful in 2h40m35s
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user