release: update all references to 20.03 with 20.09

This commit is contained in:
Tobias Happ 2020-11-01 21:52:04 +01:00 committed by Alexander Sosedkin
parent e6c7adaca0
commit d8a1d446f9
5 changed files with 30 additions and 23 deletions

View file

@ -87,13 +87,13 @@ in
assertions = [
{
assertion = assertionNixpkgs;
message = "You are currently using release-19.09 branch of nixpkgs, you need "
+ "to update to the release-20.03 channel.";
message = "You are currently using release-19.09 branch or older of nixpkgs, you need "
+ "to update to the release-20.03 channel or newer.";
}
{
assertion = assertionHomeManager;
message = "You are currently using release-19.09 branch of home-manager, you need "
+ "to update to the release-20.03 channel.";
message = "You are currently using release-19.09 branch or older of home-manager, you need "
+ "to update to the release-20.03 channel or newer.";
}
];
}