diff --git a/project.nix b/project.nix index 6e3e3e0fbbaddbc53b0a56689e4c077595c747ee..2e156eda9d238662847472a04d969ab8b3b5cc4b 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 = "https://gitlab.schukai.com/oss/utilities/requirements-manager"; - version = "0.1.0"; ## don't change this line, it is updated automatically by GitLab CI + version = "0.1.1"; ## don't change this line, it is updated automatically by GitLab CI vendorHash = "sha256-yrNWU9cVs9zIFqNuHzndRG8C6E3sm8v5UdzwwW4HheM="; ## this is updated automatically by update-hashes }