From 688438c02c433bf87a7170b39dc94a91cb2fa115 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Mon, 29 Jan 2024 16:45:16 +0100
Subject: [PATCH] chore: Version and hash updated to 0.4.13, 9b64095

---
 project.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project.nix b/project.nix
index 079efc5..7757877 100644
--- a/project.nix
+++ b/project.nix
@@ -7,5 +7,5 @@
   modulePath = "gitlab.schukai.com/oss/bob";
   version = "0.4.13"; ## do not change this line; it will be updated automatically
   vendorHash = null; ## do not change this line; it will be updated automatically
-  commitHash = "b475daf"; ## do not change this line; it will be updated automatically
+  commitHash = "9b64095"; ## do not change this line; it will be updated automatically
 }
-- 
GitLab