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;