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

fix: update ci #9

parent 93333f1b
No related branches found
No related tags found
No related merge requests found
......@@ -171,11 +171,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1704379834,
"narHash": "sha256-hi32xAKVSDfgEjg7HKMO9L267p0Tl4wtrJGDR5stEAI=",
"lastModified": 1704383889,
"narHash": "sha256-UUAdFauShLc45/tm3AY8auBBM7zcOGsEhhrow5fCDZM=",
"ref": "refs/heads/master",
"rev": "debc731c2275a1f84697e6f6b2942e57a478f58d",
"revCount": 90,
"rev": "93333f1b24e2c0094a2a98e77cbdd0233fc86882",
"revCount": 92,
"type": "git",
"url": "https://gitlab.schukai.com/oss/utilities/version.git"
},
......
......@@ -416,7 +416,6 @@ in {
set -x
fi
'';
......
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment