diff --git a/project.nix b/project.nix index 257595ccf49f780de2c25a27e1777387d1e88169..29a383bb34471784cd8321d6701f76d044e774f0 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 }