Compare commits

...

3 Commits

Author SHA1 Message Date
b26187ae7d helium-browser: version change
All checks were successful
checks / checks (push) Successful in 2h40m35s
2025-10-09 10:12:44 +04:00
539624da38 update and change how version is set 2025-10-09 10:11:28 +04:00
e5a7804eae helium-browser: update 2025-10-08 19:57:03 +04:00
3 changed files with 11 additions and 10 deletions

6
flake.lock generated
View File

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

View File

@@ -1,6 +1,6 @@
{
"ungoogled-chromium": {
"version": "141.0.7390.54",
"version": "141.0.7390.65",
"deps": {
"depot_tools": {
"rev": "3f41e54ae17d53d4a39feecad64c3d3e6871b219",
@@ -12,16 +12,16 @@
"hash": "sha256-WERLGrReUATmn3RhxtmyZcJBxdIY/WZqBDranCLDYEg="
},
"ungoogled-patches": {
"rev": "0.5.2",
"hash": "sha256-fLVmW7v6veC1qiwEhDQt6IXYxOgmrYs7chygqAupGPo="
"rev": "0.5.5",
"hash": "sha256-kP2fCRpPD9SegLjMVX4tMQxScFp5iynsS9/RM7VB2nU="
},
"npmHash": "sha256-i1eQ4YlrWSgY522OlFtGDDPmxE2zd1hDM03AzR8RafE="
},
"DEPS": {
"src": {
"url": "https://chromium.googlesource.com/chromium/src.git",
"rev": "b95610d5c4a562d9cd834bc0a098d3316e2f533f",
"hash": "sha256-jraDPodJBdyFFHS30BcQTZOEUD+h9SFHQrO0GoMhtk8=",
"rev": "b2ec783d2b51a396804a4e3e33f6586be09a4e2d",
"hash": "sha256-9jZ7411NThelyL0R5yoLXB0lOkydOI3v6K5ORhjqfF4=",
"recompress": true
},
"src/third_party/clang-format/script": {
@@ -251,8 +251,8 @@
},
"src/third_party/devtools-frontend/src": {
"url": "https://chromium.googlesource.com/devtools/devtools-frontend",
"rev": "65f160d43dc97a2e8eb5e1c2814179a519313884",
"hash": "sha256-VLMJ/WWCIzk92mmuBdx+P6Gi0ouiXuMGkiR0KVK5GWI="
"rev": "9c2c4cc7cf6c82ad460e1f3b49f34bb702d5fe11",
"hash": "sha256-qj1vR0FW2jiR2v18Nv8RqYgy/UEw2rgGUsQ68EhdHos="
},
"src/third_party/dom_distiller_js/dist": {
"url": "https://chromium.googlesource.com/chromium/dom-distiller/dist.git",

View File

@@ -113,6 +113,7 @@
rec {
inherit stdenv;
pname = "helium-browser-unwrapped";
version = "${upstream-info.deps.ungoogled-patches.rev}-${upstream-info.version}";
depsBuildBuild = lib.filter (
d: d != buildPlatformLlvmStdenv && d != buildPlatformLlvmStdenv.cc
) base.depsBuildBuild;