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 {
|
||||
inherit stdenv;
|
||||
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 (
|
||||
d: d != buildPlatformLlvmStdenv && d != buildPlatformLlvmStdenv.cc
|
||||
) base.depsBuildBuild;
|
||||
|
||||
Reference in New Issue
Block a user