mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
Update version delta for 14.12
This commit is contained in:
parent
f7410b4119
commit
6b63c46167
@ -7,7 +7,7 @@ let
|
||||
|
||||
version = builtins.readFile ../.version;
|
||||
versionSuffix =
|
||||
(if stableBranch then "." else "pre") + "${toString (nixpkgs.revCount - 42560)}.${nixpkgs.shortRev}";
|
||||
(if stableBranch then "." else "pre") + "${toString (nixpkgs.revCount - 54300)}.${nixpkgs.shortRev}";
|
||||
|
||||
forAllSystems = pkgs.lib.genAttrs supportedSystems;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user