From 8175169f60a54c32b3d25202de6f0d8e1d46c9ed Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Tue, 28 May 2024 17:49:02 +0200 Subject: [PATCH] chore: update hash #17 --- project.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.nix b/project.nix index 257595c..29a383b 100644 --- a/project.nix +++ b/project.nix @@ -6,5 +6,5 @@ compileForSystems = ["linux/arm64" "linux/amd64" "darwin/amd64" "windows/amd64"]; modulePath = "gitlab.schukai.com/oss/utilities/version"; version = "0.7.13"; ## don't change this line, it is updated automatically by GitLab CI - vendorHash = "sha256-uyWI6Gnko1J62XDk6jjRdqZ8TSFtwsTOlDwdR9Xc+ic="; ## this is updated automatically by update-hashes + vendorHash = ""; ## this is updated automatically by update-hashes } -- GitLab