From b26187ae7d054725d26d3120466f739e99db6983 Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Thu, 9 Oct 2025 10:12:44 +0400 Subject: [PATCH] helium-browser: version change --- pkgs/by-name/he/helium-browser/unwrapped.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/he/helium-browser/unwrapped.nix b/pkgs/by-name/he/helium-browser/unwrapped.nix index 4adff6d..18c3234 100644 --- a/pkgs/by-name/he/helium-browser/unwrapped.nix +++ b/pkgs/by-name/he/helium-browser/unwrapped.nix @@ -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;