From b59fa00d04de1b11d50fb4807f7b079590707dd6 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Thu, 4 Jan 2024 17:46:23 +0100 Subject: [PATCH] fix: update ci #9 --- devenv.lock | 8 ++++---- devenv.nix | 1 - project.nix | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/devenv.lock b/devenv.lock index 0ad77ca..657a37c 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 7fc282a..16bc746 100644 --- a/devenv.nix +++ b/devenv.nix @@ -416,7 +416,6 @@ in { set -x fi - ''; diff --git a/project.nix b/project.nix index 1a4f97d..e5638af 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 } -- GitLab