mirror of https://github.com/m-labs/artiq.git
flake: bump major version
This commit is contained in:
parent
cc3eda8e91
commit
d180af1deb
|
@ -16,7 +16,7 @@
|
|||
let
|
||||
pkgs = import nac3.inputs.nixpkgs { system = "x86_64-linux"; overlays = [ (import mozilla-overlay) ]; };
|
||||
|
||||
artiqVersionMajor = 8;
|
||||
artiqVersionMajor = 9;
|
||||
artiqVersionMinor = self.sourceInfo.revCount or 0;
|
||||
artiqVersionId = self.sourceInfo.shortRev or "unknown";
|
||||
artiqVersion = (builtins.toString artiqVersionMajor) + "." + (builtins.toString artiqVersionMinor) + "." + artiqVersionId + ".beta";
|
||||
|
|
Loading…
Reference in New Issue