From b04039dfe9f0cdf9ea050069b19c713cdeee3462 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Mon, 29 Jan 2024 15:21:01 +0100 Subject: [PATCH] chore: Update vendorHash to null --- project.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.nix b/project.nix index ebf1232..13ba2c4 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/bob"; - version = "0.4.10"; ## do not change this line; it will be updated automatically + version = "0.4.11"; ## do not change this line; it will be updated automatically vendorHash = null; ## do not change this line; it will be updated automatically } -- GitLab