Skip to content
Snippets Groups Projects
Select Git revision
  • 24808a2c8ba3839d1dc92b8a16a9a42ddcefe405
  • master default protected
  • v0.4.7
  • v0.4.6
  • v0.4.5
  • v0.4.4
  • v0.4.3
  • v0.4.2
  • v0.4.1
  • v0.4.0
  • v0.3.0
  • v0.2.1
  • v0.2.0
13 results

go.mod

Blame
  • This project manages its dependencies using Go Modules. Learn more
    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
    }