diff --git a/.gitignore b/.gitignore index 5929623b42a7f7bf1e831887aa4af58936d8d005..c90f232a15f702ab750aa489a841781d65c3db4d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ result .task/ .goreleaser.yml +Taskfile.yaml diff --git a/Taskfile.yaml b/Taskfile.yaml deleted file mode 120000 index 3641038cb9548ad11b1f1d6f8035ad6559cfda61..0000000000000000000000000000000000000000 --- a/Taskfile.yaml +++ /dev/null @@ -1 +0,0 @@ -/nix/store/r21ipdiswnz3fcsn51i8l1zipjp91f91-Taskfile.yaml \ No newline at end of file diff --git a/devenv.lock b/devenv.lock index 9f48c8fcf632fbd41912d37bf6a358dacd5e5016..59ec306ced8b67815fadf34748a2d99d0a31364a 100644 --- a/devenv.lock +++ b/devenv.lock @@ -171,11 +171,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1704365671, - "narHash": "sha256-/UhQdOlnqRPpD+bY4urniXJAMy8wgxjtnlYVl5fxOS4=", + "lastModified": 1704368107, + "narHash": "sha256-9Z7Pd5N6ixvjgewuRSI3MierEwy1yKYZRKtQo5+IqIA=", "ref": "refs/heads/master", - "rev": "878e017276ba1f4cab5663f31f8d88d2b2244f4f", - "revCount": 79, + "rev": "02c93c9f88cf85f48d355537c476269b0e4255f1", + "revCount": 83, "type": "git", "url": "https://gitlab.schukai.com/oss/utilities/version.git" }, diff --git a/project.nix b/project.nix index 5ea751553e40ca6c3bdb0bfda0785fe93ab982c6..6f7139a963306a12ba84c5ac50186a504740e87b 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.6.24"; - vendorHash="sha256-uyWI6Gnko1J62XDk6jjRdqZ8TSFtwsTOlDwdR9Xc+ic="; + version="0.6.24"; ## don't change this line, it is updated automatically by GitLab CI + vendorHash="sha256-uyWI6Gnko1J62XDk6jjRdqZ8TSFtwsTOlDwdR9Xc+ic="; ## this is updated automatically by update-hashes }