diff --git a/.version b/.version index 360de63..ba19dc3 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -19.03 \ No newline at end of file +19.09 \ No newline at end of file diff --git a/release.nix b/release.nix index 2aaf54c..ee0100a 100644 --- a/release.nix +++ b/release.nix @@ -1,11 +1,11 @@ { ccpkgs # Checked out ccpkgs git repo ? { outPath = ./.; - revCount = 1234 + 111; + revCount = 1234 + 139; shortRev = "gabcdef"; } , nixpkgs # Checked out nixpkgs git repe ? { outPath = ./upstream; - revCount = 56789; + revCount = 5678 + 192668; shortRev = "gfedcba"; } , nixpkgsArgs ? { config = { allowUnfree = true; inHydra = true; }; } @@ -54,8 +54,8 @@ in let suffix = "${versionSeparator}${count}.${commit}"; }; - nixpkgsVersion = mkVersion 0 nixpkgsGit; - ccpkgsVersion = mkVersion 111 ccpkgsGit; + nixpkgsVersion = mkVersion 192668 nixpkgsGit; + ccpkgsVersion = mkVersion 139 ccpkgsGit; versionSuffix = "${versionSeparator}${ccpkgsVersion.count}.${nixpkgsVersion.count}.${ccpkgsVersion.commit}.${nixpkgsVersion.commit}";