Skip to content

Commit

Permalink
bromite: 99.0.4844.58 -> 99.0.4844.77
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfullmer committed Mar 21, 2022
1 parent 45bbea9 commit 4e7ec78
Show file tree
Hide file tree
Showing 2 changed files with 392 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apks/chromium/bromite.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
{ chromium, fetchFromGitHub, git, python3 }:

let
version = "99.0.4844.58";
version = "99.0.4844.77";

bromite_src = fetchFromGitHub {
owner = "bromite";
repo = "bromite";
rev = version;
sha256 = "sha256-zJGNEtNPmfTUWW01Yq8JS2O04iCLtwD+TsdzIV0lvA4=";
sha256 = "sha256-OJEYWLEz90sfZXuGnJQ5LfP1OWMnUL01nSJVKe1pWmo=";
};

in (chromium.override {
Expand Down
Loading

0 comments on commit 4e7ec78

Please sign in to comment.