Switch to 19.09 upstream
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
{ ccpkgs # Checked out ccpkgs git repo
|
{ ccpkgs # Checked out ccpkgs git repo
|
||||||
? { outPath = ./.;
|
? { outPath = ./.;
|
||||||
revCount = 1234 + 111;
|
revCount = 1234 + 139;
|
||||||
shortRev = "gabcdef";
|
shortRev = "gabcdef";
|
||||||
}
|
}
|
||||||
, nixpkgs # Checked out nixpkgs git repe
|
, nixpkgs # Checked out nixpkgs git repe
|
||||||
? { outPath = ./upstream;
|
? { outPath = ./upstream;
|
||||||
revCount = 56789;
|
revCount = 5678 + 192668;
|
||||||
shortRev = "gfedcba";
|
shortRev = "gfedcba";
|
||||||
}
|
}
|
||||||
, nixpkgsArgs ? { config = { allowUnfree = true; inHydra = true; }; }
|
, nixpkgsArgs ? { config = { allowUnfree = true; inHydra = true; }; }
|
||||||
@@ -54,8 +54,8 @@ in let
|
|||||||
suffix = "${versionSeparator}${count}.${commit}";
|
suffix = "${versionSeparator}${count}.${commit}";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgsVersion = mkVersion 0 nixpkgsGit;
|
nixpkgsVersion = mkVersion 192668 nixpkgsGit;
|
||||||
ccpkgsVersion = mkVersion 111 ccpkgsGit;
|
ccpkgsVersion = mkVersion 139 ccpkgsGit;
|
||||||
|
|
||||||
versionSuffix = "${versionSeparator}${ccpkgsVersion.count}.${nixpkgsVersion.count}.${ccpkgsVersion.commit}.${nixpkgsVersion.commit}";
|
versionSuffix = "${versionSeparator}${ccpkgsVersion.count}.${nixpkgsVersion.count}.${ccpkgsVersion.commit}.${nixpkgsVersion.commit}";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user