Update version delta for 14.12

This commit is contained in:
Eelco Dolstra 2014-12-10 15:48:59 +01:00
parent f7410b4119
commit 6b63c46167

View File

@ -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;