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";