Skip to content
Snippets Groups Projects
Select Git revision
  • f36680106a3e27598be5e3d3b3f3313d89b17e11
  • master default protected
2 results

changelog.mk

Blame
  • project.nix 625 B
    {
      name = "Version";
      mnemonic = "version";
      description = "Version is a program that automates and simplifies the process of incrementing version numbers for software projects.";
      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.3"; ## don't change this line, it is updated automatically by GitLab CI
      vendorHash = "sha256-uyWI6Gnko1J62XDk6jjRdqZ8TSFtwsTOlDwdR9Xc+ic="; ## this is updated automatically by update-hashes
    }