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

fix: test scripts

parent 26c63f85
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
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/bob"; modulePath = "gitlab.schukai.com/oss/bob";
version = "0.4.11"; ## do not change this line; it will be updated automatically version = "0.4.12"; ## do not change this line; it will be updated automatically
vendorHash = null; ## do not change this line; it will be updated automatically vendorHash = null; ## do not change this line; it will be updated automatically
commitHash = "f6b8149"; ## do not change this line; it will be updated automatically commitHash = "26c63f8"; ## do not change this line; it will be updated automatically
} }
...@@ -50,6 +50,7 @@ if ! ${pkgs.gnused}/bin/sed -i "s/version\s*=\s*\"[^\"]*\"/version = \"''${VERSI ...@@ -50,6 +50,7 @@ if ! ${pkgs.gnused}/bin/sed -i "s/version\s*=\s*\"[^\"]*\"/version = \"''${VERSI
exit 1 exit 1
fi fi
$(${pkgs.git}/bin/git -C ${workingDirectory}/ commit -m "Version and hash updated to ${VERSION} ${HASH}") ${workingDirectory}/project.nix
echo_ok "Version and hash updated" echo_ok "Version and hash updated"
'' ''
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment