1
0
forked from nikkuss/pkgs

update and change how version is set

This commit is contained in:
2025-10-09 10:11:28 +04:00
parent e5a7804eae
commit 539624da38
2 changed files with 4 additions and 3 deletions
@@ -113,6 +113,7 @@
rec {
inherit stdenv;
pname = "helium-browser-unwrapped";
version = "${upstream-info.version}-${upstream-info.deps.ungoogled-patches.rev}";
depsBuildBuild = lib.filter (
d: d != buildPlatformLlvmStdenv && d != buildPlatformLlvmStdenv.cc
) base.depsBuildBuild;