We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8648f8 commit ac8bc18Copy full SHA for ac8bc18
apks/chromium/vanadium.nix
@@ -7,13 +7,13 @@ let
7
vanadium_src = fetchFromGitHub {
8
owner = "GrapheneOS";
9
repo = "Vanadium";
10
- rev = "SP2A.220405.003.2022040400";
11
- sha256 = "0rcfmdj6ki3ccbz0ryygqb9z5ijffnhjhca39rnm9798a96rcdm7";
+ rev = "SP2A.220405.003.2022041600";
+ sha256 = "188nh6wc3y47dwy5nkzzmgdxs96pz6l84nl0ksfx0rv910kz2dg9";
12
};
13
in (chromium.override {
14
name = "vanadium";
15
displayName = "Vanadium";
16
- version = "100.0.4896.79";
+ version = "100.0.4896.127";
17
enableRebranding = false; # Patches already include rebranding
18
customGnFlags = {
19
is_component_build = false;
0 commit comments