Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Version
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Utilities
Version
Commits
b59fa00d
Verified
Commit
b59fa00d
authored
1 year ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
fix: update ci #9
parent
93333f1b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
devenv.lock
+4
-4
4 additions, 4 deletions
devenv.lock
devenv.nix
+0
-1
0 additions, 1 deletion
devenv.nix
project.nix
+1
-1
1 addition, 1 deletion
project.nix
with
5 additions
and
6 deletions
devenv.lock
+
4
−
4
View file @
b59fa00d
...
...
@@ -171,11 +171,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 17043
79834
,
"narHash": "sha256-
hi32xAKVSDfgEjg7HKMO9L267p0Tl4wtrJGDR5stEAI
=",
"lastModified": 17043
83889
,
"narHash": "sha256-
UUAdFauShLc45/tm3AY8auBBM7zcOGsEhhrow5fCDZM
=",
"ref": "refs/heads/master",
"rev": "
debc731c2275a1f84697e6f6b2942e57a478f58d
",
"revCount": 9
0
,
"rev": "
93333f1b24e2c0094a2a98e77cbdd0233fc86882
",
"revCount": 9
2
,
"type": "git",
"url": "https://gitlab.schukai.com/oss/utilities/version.git"
},
...
...
This diff is collapsed.
Click to expand it.
devenv.nix
+
0
−
1
View file @
b59fa00d
...
...
@@ -416,7 +416,6 @@ in {
set -x
fi
''
;
...
...
This diff is collapsed.
Click to expand it.
project.nix
+
1
−
1
View file @
b59fa00d
...
...
@@ -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.7.0"
;
## don't change this line, it is updated automatically by GitLab CI
version
=
"0.7.0"
;
## don't change this line, it is updated automatically by GitLab CI
vendorHash
=
"sha256-uyWI6Gnko1J62XDk6jjRdqZ8TSFtwsTOlDwdR9Xc+ic="
;
## this is updated automatically by update-hashes
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment