Skip to content

Commit

Permalink
Fix chrome
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kuznetsov <[email protected]>
  • Loading branch information
jsvapiav committed Dec 15, 2024
1 parent 0e68770 commit 3bb0690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/google-chrome/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ self: super:
google-chrome = super.google-chrome.overrideAttrs (oldAttrs: rec {
src = super.fetchurl {
url = "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb";
sha256 = "sha256-Cn0fg6WI1kFdk8s0LCksMCMLSDkPImXBDNK+hNMlMpQ=";
sha256 = "sha256-JEJnOawnz6BIXm+pbjz0u1BQOUwm+2hBCMh5NnN2aII=";
};
installPhase = ''
runHook preInstall
Expand Down

0 comments on commit 3bb0690

Please sign in to comment.