diff --git a/devenv.lock b/devenv.lock index 0ad77ca60f5dc2b8e2148919903782e24500c514..657a37c8de27dc965b2c71cf9e958160350a2b6f 100644 --- a/devenv.lock +++ b/devenv.lock @@ -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" }, diff --git a/devenv.nix b/devenv.nix index 7fc282ac23d988e2eea4b86965890766a9f169b9..16bc746f13c4c32d63e4effcf65bcb0c72492b73 100644 --- a/devenv.nix +++ b/devenv.nix @@ -416,7 +416,6 @@ in { set -x fi - ''; diff --git a/project.nix b/project.nix index 1a4f97dfd42f5297d37ecd8a8597a4af3ba8fbd8..e5638afc07da4df634f4f09682847b4de972e6b8 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.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 }