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

6
flake.lock generated
View File

@@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1759733170, "lastModified": 1759831965,
"narHash": "sha256-TXnlsVb5Z8HXZ6mZoeOAIwxmvGHp1g4Dw89eLvIwKVI=", "narHash": "sha256-vgPm2xjOmKdZ0xKA6yLXPJpjOtQPHfaZDRtH+47XEBo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8913c168d1c56dc49a7718685968f38752171c3b", "rev": "c9b6fb798541223bbb396d287d16f43520250518",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -113,6 +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}";
depsBuildBuild = lib.filter ( depsBuildBuild = lib.filter (
d: d != buildPlatformLlvmStdenv && d != buildPlatformLlvmStdenv.cc d: d != buildPlatformLlvmStdenv && d != buildPlatformLlvmStdenv.cc
) base.depsBuildBuild; ) base.depsBuildBuild;