officecli: 1.0.97 -> 1.0.102 (#527327)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-05 10:10:23 +00:00
committed by GitHub
+2 -2
View File
@@ -8,7 +8,7 @@
buildDotnetModule (finalAttrs: {
pname = "officecli";
version = "1.0.97";
version = "1.0.102";
strictDeps = true;
__structuredAttrs = true;
@@ -17,7 +17,7 @@ buildDotnetModule (finalAttrs: {
owner = "iOfficeAI";
repo = "OfficeCLI";
tag = "v${finalAttrs.version}";
hash = "sha256-JQQbMQhuT2S808Z64RQSkGcarmPaF1T8oypnUUTmV7Y=";
hash = "sha256-qGWDku9G1QUjn+0wrhKlPC93Xugkc2YSE3PrSLCesJ0=";
};
projectFile = "src/officecli/officecli.csproj";