From 1c1ffcd7a050f21227a9e4764c9b280345c50477 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Mon, 29 Jan 2024 16:49:52 +0100
Subject: [PATCH] chore: Version and hash updated to 0.4.15, 494971f

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

diff --git a/project.nix b/project.nix
index 51a02b3..aee25c1 100644
--- a/project.nix
+++ b/project.nix
@@ -5,7 +5,7 @@
   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/bob";
-  version = "0.4.14"; ## do not change this line; it will be updated automatically
+  version = "0.4.15"; ## do not change this line; it will be updated automatically
   vendorHash = null; ## do not change this line; it will be updated automatically
-  commitHash = "ae1c9ed"; ## do not change this line; it will be updated automatically
+  commitHash = "494971f"; ## do not change this line; it will be updated automatically
 }
-- 
GitLab