From 9216f5974db03e90bab773a1f91db292e1002c48 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Thu, 4 Jan 2024 19:59:33 +0100 Subject: [PATCH] chore: test build --- project.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.nix b/project.nix index fe505d1..50961da 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.7.7"; ## don't change this line, it is updated automatically by GitLab CI - vendorHash = "sha256-uyWI6Gnko1J62XDk6jjRdqZ8TSFtwsTOlDwdR9Xc+ic="; ## this is updated automatically by update-hashes + version = "0.7.7"; ## don't change this line, it is updated automatically by GitLab CI + vendorHash="sha256-uyWI6Gnko1J62XDk6jjRdqZ8TSFtwsTOlDwdR9Xc+ic="; ## this is updated automatically by update-hashes } -- GitLab