Skip to content

Commit

Permalink
Update RA v1.1.0-2_enc_en
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kuznetsov <[email protected]>
  • Loading branch information
jsvapiav committed Jan 16, 2025
1 parent b8c4a0d commit c2df626
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hardware/fmo-os-rugged-laptop-7330.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
release = "v1.1.0a";

fmo-system = {
RAversion = "v0.8.4";
RAversion = "v1.1.0-2_enc_en";
};
systemPackages = [
"vim"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildGo121Module {
name = "registration-agent-laptop";
src = builtins.fetchGit {
url = "[email protected]:tiiuae/registration-agent-laptop.git";
rev = "7a58d7017d97000b8d7748762ca921418e5cd3c8";
rev = "f8f303a5eadf6c5d131bfd5ba49552edba9f65f2";
ref = "refs/heads/main";
};
tags = [ "prod" ];
Expand Down
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-JEJnOawnz6BIXm+pbjz0u1BQOUwm+2hBCMh5NnN2aII=";
sha256 = "sha256-qufv7m7iQ8yX6WeNajTbPELCmRhr4GGBa8Wzy+iMFhg=";
};
installPhase = ''
runHook preInstall
Expand Down

0 comments on commit c2df626

Please sign in to comment.