Skip to content
Snippets Groups Projects
Verified Commit 770d661a authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: test ci

parent 02c93c9f
No related branches found
No related tags found
No related merge requests found
...@@ -19,3 +19,4 @@ result ...@@ -19,3 +19,4 @@ result
.task/ .task/
.goreleaser.yml .goreleaser.yml
Taskfile.yaml
/nix/store/r21ipdiswnz3fcsn51i8l1zipjp91f91-Taskfile.yaml
\ No newline at end of file
...@@ -171,11 +171,11 @@ ...@@ -171,11 +171,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1704365671, "lastModified": 1704368107,
"narHash": "sha256-/UhQdOlnqRPpD+bY4urniXJAMy8wgxjtnlYVl5fxOS4=", "narHash": "sha256-9Z7Pd5N6ixvjgewuRSI3MierEwy1yKYZRKtQo5+IqIA=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "878e017276ba1f4cab5663f31f8d88d2b2244f4f", "rev": "02c93c9f88cf85f48d355537c476269b0e4255f1",
"revCount": 79, "revCount": 83,
"type": "git", "type": "git",
"url": "https://gitlab.schukai.com/oss/utilities/version.git" "url": "https://gitlab.schukai.com/oss/utilities/version.git"
}, },
......
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"]; supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];
compileForSystems = ["linux/arm64" "linux/amd64" "darwin/amd64" "windows/amd64"]; compileForSystems = ["linux/arm64" "linux/amd64" "darwin/amd64" "windows/amd64"];
modulePath = "gitlab.schukai.com/oss/utilities/version"; modulePath = "gitlab.schukai.com/oss/utilities/version";
version="0.6.24"; version="0.6.24"; ## don't change this line, it is updated automatically by GitLab CI
vendorHash="sha256-uyWI6Gnko1J62XDk6jjRdqZ8TSFtwsTOlDwdR9Xc+ic="; vendorHash="sha256-uyWI6Gnko1J62XDk6jjRdqZ8TSFtwsTOlDwdR9Xc+ic="; ## this is updated automatically by update-hashes
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment