freeoffice: 2021.1054 -> 2024.1220

This commit is contained in:
Gaetan Lepage
2024-12-19 10:55:09 +01:00
parent 654b19ace3
commit a165f0aa38
2 changed files with 8 additions and 3 deletions
@@ -6,9 +6,9 @@
# overridable. This is useful when the upstream archive was replaced
# and nixpkgs is not in sync yet.
officeVersion ? {
version = "1054";
edition = "2021";
hash = "sha256-dqmJUm0Qi1/GzGrI4OCHo1LwQ5KxMwZZw5EsYTMF6XU=";
version = "1220";
edition = "2024";
hash = "sha256-F1Srm3/4UPifYls21MhjbpxSyLaT0gEVzEMQF0gIzi0=";
},
...
@@ -8,6 +8,8 @@
# Dynamic Libraries
curl,
glib,
gst_all_1,
libGL,
libX11,
libXext,
@@ -54,6 +56,9 @@ stdenv.mkDerivation {
buildInputs = [
curl
glib
gst_all_1.gstreamer
gst_all_1.gst-plugins-base
libGL
libX11
libXext