Switch to 19.03 upstream

This commit is contained in:
Tyson Whitehead
2019-05-13 15:54:15 -04:00
parent 6ecbf29f61
commit 84f49e7375
2 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
18.09 19.03

View File

@@ -1,11 +1,11 @@
{ ccpkgs # Checked out ccpkgs git repo { ccpkgs # Checked out ccpkgs git repo
? { outPath = ./.; ? { outPath = ./.;
revCount = 1234 + 88; revCount = 1234 + 111;
shortRev = "gabcdef"; shortRev = "gabcdef";
} }
, nixpkgs # Checked out nixpkgs git repe , nixpkgs # Checked out nixpkgs git repe
? { outPath = ./upstream; ? { outPath = ./upstream;
revCount = 56789 + 151577; revCount = 56789;
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 151577 nixpkgsGit; nixpkgsVersion = mkVersion 0 nixpkgsGit;
ccpkgsVersion = mkVersion 88 ccpkgsGit; ccpkgsVersion = mkVersion 111 ccpkgsGit;
versionSuffix = "${versionSeparator}${ccpkgsVersion.count}.${nixpkgsVersion.count}.${ccpkgsVersion.commit}.${nixpkgsVersion.commit}"; versionSuffix = "${versionSeparator}${ccpkgsVersion.count}.${nixpkgsVersion.count}.${ccpkgsVersion.commit}.${nixpkgsVersion.commit}";