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