From 8e1b2c4963583cdcf033f4403ea13edfca004b92 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Thu, 4 Jan 2024 16:53:11 +0100
Subject: [PATCH] feat: update ci #8

---
 devenv.lock | 8 ++++----
 project.nix | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devenv.lock b/devenv.lock
index d863eb8..0ad77ca 100644
--- a/devenv.lock
+++ b/devenv.lock
@@ -171,11 +171,11 @@
         "nixpkgs": "nixpkgs_2"
       },
       "locked": {
-        "lastModified": 1704379122,
-        "narHash": "sha256-BQVUm8tkXfQYXtsAWOcmghM0AN7f2qYUqP3M4QM9SWo=",
+        "lastModified": 1704379834,
+        "narHash": "sha256-hi32xAKVSDfgEjg7HKMO9L267p0Tl4wtrJGDR5stEAI=",
         "ref": "refs/heads/master",
-        "rev": "4edd37291b937b39679653b50a6492ce5ae5a5e8",
-        "revCount": 89,
+        "rev": "debc731c2275a1f84697e6f6b2942e57a478f58d",
+        "revCount": 90,
         "type": "git",
         "url": "https://gitlab.schukai.com/oss/utilities/version.git"
       },
diff --git a/project.nix b/project.nix
index cb5c5bd..8e2c20d 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.27"; ## don't change this line, it is updated automatically by GitLab CI
+  version = "0.6.27"; ## don't change this line, it is updated automatically by GitLab CI
   vendorHash = "sha256-uyWI6Gnko1J62XDk6jjRdqZ8TSFtwsTOlDwdR9Xc+ic="; ## this is updated automatically by update-hashes
 }
-- 
GitLab