Compare commits
3 Commits
18e2916e54
...
b26187ae7d
| Author | SHA1 | Date | |
|---|---|---|---|
| b26187ae7d | |||
| 539624da38 | |||
| e5a7804eae |
6
flake.lock
generated
6
flake.lock
generated
@@ -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": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"ungoogled-chromium": {
|
"ungoogled-chromium": {
|
||||||
"version": "141.0.7390.54",
|
"version": "141.0.7390.65",
|
||||||
"deps": {
|
"deps": {
|
||||||
"depot_tools": {
|
"depot_tools": {
|
||||||
"rev": "3f41e54ae17d53d4a39feecad64c3d3e6871b219",
|
"rev": "3f41e54ae17d53d4a39feecad64c3d3e6871b219",
|
||||||
@@ -12,16 +12,16 @@
|
|||||||
"hash": "sha256-WERLGrReUATmn3RhxtmyZcJBxdIY/WZqBDranCLDYEg="
|
"hash": "sha256-WERLGrReUATmn3RhxtmyZcJBxdIY/WZqBDranCLDYEg="
|
||||||
},
|
},
|
||||||
"ungoogled-patches": {
|
"ungoogled-patches": {
|
||||||
"rev": "0.5.2",
|
"rev": "0.5.5",
|
||||||
"hash": "sha256-fLVmW7v6veC1qiwEhDQt6IXYxOgmrYs7chygqAupGPo="
|
"hash": "sha256-kP2fCRpPD9SegLjMVX4tMQxScFp5iynsS9/RM7VB2nU="
|
||||||
},
|
},
|
||||||
"npmHash": "sha256-i1eQ4YlrWSgY522OlFtGDDPmxE2zd1hDM03AzR8RafE="
|
"npmHash": "sha256-i1eQ4YlrWSgY522OlFtGDDPmxE2zd1hDM03AzR8RafE="
|
||||||
},
|
},
|
||||||
"DEPS": {
|
"DEPS": {
|
||||||
"src": {
|
"src": {
|
||||||
"url": "https://chromium.googlesource.com/chromium/src.git",
|
"url": "https://chromium.googlesource.com/chromium/src.git",
|
||||||
"rev": "b95610d5c4a562d9cd834bc0a098d3316e2f533f",
|
"rev": "b2ec783d2b51a396804a4e3e33f6586be09a4e2d",
|
||||||
"hash": "sha256-jraDPodJBdyFFHS30BcQTZOEUD+h9SFHQrO0GoMhtk8=",
|
"hash": "sha256-9jZ7411NThelyL0R5yoLXB0lOkydOI3v6K5ORhjqfF4=",
|
||||||
"recompress": true
|
"recompress": true
|
||||||
},
|
},
|
||||||
"src/third_party/clang-format/script": {
|
"src/third_party/clang-format/script": {
|
||||||
@@ -251,8 +251,8 @@
|
|||||||
},
|
},
|
||||||
"src/third_party/devtools-frontend/src": {
|
"src/third_party/devtools-frontend/src": {
|
||||||
"url": "https://chromium.googlesource.com/devtools/devtools-frontend",
|
"url": "https://chromium.googlesource.com/devtools/devtools-frontend",
|
||||||
"rev": "65f160d43dc97a2e8eb5e1c2814179a519313884",
|
"rev": "9c2c4cc7cf6c82ad460e1f3b49f34bb702d5fe11",
|
||||||
"hash": "sha256-VLMJ/WWCIzk92mmuBdx+P6Gi0ouiXuMGkiR0KVK5GWI="
|
"hash": "sha256-qj1vR0FW2jiR2v18Nv8RqYgy/UEw2rgGUsQ68EhdHos="
|
||||||
},
|
},
|
||||||
"src/third_party/dom_distiller_js/dist": {
|
"src/third_party/dom_distiller_js/dist": {
|
||||||
"url": "https://chromium.googlesource.com/chromium/dom-distiller/dist.git",
|
"url": "https://chromium.googlesource.com/chromium/dom-distiller/dist.git",
|
||||||
|
|||||||
@@ -113,6 +113,7 @@
|
|||||||
rec {
|
rec {
|
||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
pname = "helium-browser-unwrapped";
|
pname = "helium-browser-unwrapped";
|
||||||
|
version = "${upstream-info.deps.ungoogled-patches.rev}-${upstream-info.version}";
|
||||||
depsBuildBuild = lib.filter (
|
depsBuildBuild = lib.filter (
|
||||||
d: d != buildPlatformLlvmStdenv && d != buildPlatformLlvmStdenv.cc
|
d: d != buildPlatformLlvmStdenv && d != buildPlatformLlvmStdenv.cc
|
||||||
) base.depsBuildBuild;
|
) base.depsBuildBuild;
|
||||||
|
|||||||
Reference in New Issue
Block a user