From f1ffdf5513cd22e033120eb42f6d2f758f6b439f Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Thu, 4 Jan 2024 12:19:51 +0100
Subject: [PATCH] fix: test ci

---
 project.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project.nix b/project.nix
index 36991ed..ca04248 100644
--- a/project.nix
+++ b/project.nix
@@ -5,6 +5,6 @@
   supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];
   compileForSystems = ["linux/arm64" "linux/amd64" "darwin/amd64" "windows/amd64"];
   modulePath = "gitlab.schukai.com/oss/utilities/version";
-  version="0.6.23";
-  vendorHash = "sha256-uyWI6Gnko1J62XDk6jjRdqZ8TSFtwsTOlDwdR9Xc+ic=";
+  version = "0.6.23";
+  vendorHash="sha256-uyWI6Gnko1J62XDk6jjRdqZ8TSFtwsTOlDwdR9Xc+ic=";
 }
-- 
GitLab