From ca96f3e3997b8e953beeaf3ad863c47c5018ca30 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Wed, 27 Mar 2024 19:25:43 +0100 Subject: [PATCH] chore: Version and hash updated to 0.4.16, 7069c67 --- project.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.nix b/project.nix index 63169aa..8304999 100644 --- a/project.nix +++ b/project.nix @@ -7,5 +7,5 @@ modulePath = "gitlab.schukai.com/oss/bob"; version = "0.4.16"; ## do not change this line; it will be updated automatically vendorHash = null; ## do not change this line; it will be updated automatically - commitHash = "b95196c"; ## do not change this line; it will be updated automatically + commitHash = "7069c67"; ## do not change this line; it will be updated automatically } -- GitLab