From 0d86585245b3ac875a82158ddb05a47c6dd57012 Mon Sep 17 00:00:00 2001 From: Git Sagar Date: Mon, 25 May 2026 11:52:31 -0300 Subject: [PATCH] office install pt-br additional language --- lib/images/windows/templates/apps/office.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/images/windows/templates/apps/office.nix b/lib/images/windows/templates/apps/office.nix index 12910be..2de9d1f 100644 --- a/lib/images/windows/templates/apps/office.nix +++ b/lib/images/windows/templates/apps/office.nix @@ -2,8 +2,8 @@ { pkgs, makeFilesISO, ... }: let officeSrc = pkgs.fetchurl { - url = "https://git.sagar.ch/dotfiles/office-2024-word-excel-powerpoint/archive/4351e8d93ceb28f65de9ec4dc9c27dccbe91ff34.zip"; - hash = "sha256-ulNecpkUH6O9cqYhgtmG++a1gi+c4HIR1Vvo22VygJs="; + url = "https://git.sagar.ch/dotfiles/office-2024-word-excel-powerpoint/archive/e041d1a58544a4bb6d44d8625ec225f3be9ce0f6.zip"; + hash = "sha256-A2bHBraLKorsyyhBwjhUyYKri2O6tRwlz76aj5IgGgE="; }; in { name = "office";