diff --git a/devenv.lock b/devenv.lock
index d863eb852f37bb432aabab9107a18de4e974a912..0ad77ca60f5dc2b8e2148919903782e24500c514 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 cb5c5bde5e7ebc30fe48be5bfef1c7904c045339..8e2c20d4c37c131584e429fcc37922c2fe969da7 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
 }