Skip to content
Snippets Groups Projects
Select Git revision
  • 6e8d4ad0243addfea4f0d41691934fc3575eb53d
  • master default protected
  • 0.8.2
  • 0.8.1
  • 0.8.0
  • 0.7.13
  • 0.7.12
  • 0.7.11
  • 0.7.10
  • 0.7.9
  • 0.7.8
  • 0.7.7
  • 0.7.6
  • 0.7.5
  • 0.7.4
  • 0.7.3
  • 0.7.2
  • 0.7.1
  • 0.7.0
  • 0.6.27
  • 0.6.26
  • 0.6.25
22 results

project.nix

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
    }