unstable/21.03pre -> unstable/21.05pre (#297)

This commit is contained in:
Rok Garbas 2021-03-30 23:32:43 +02:00 committed by GitHub
parent 7c89b2349c
commit e5ba0562a7
Failed to generate hash of commit

View file

@ -32,7 +32,7 @@ CURRENT_DIR = os.path.dirname(os.path.abspath(__file__))
INDEX_SCHEMA_VERSION = os.environ.get("INDEX_SCHEMA_VERSION", 0) INDEX_SCHEMA_VERSION = os.environ.get("INDEX_SCHEMA_VERSION", 0)
DIFF_OUTPUT = ["json", "stats"] DIFF_OUTPUT = ["json", "stats"]
CHANNELS = { CHANNELS = {
"unstable": "nixos/unstable/nixos-21.03pre", "unstable": "nixos/unstable/nixos-21.05pre",
"20.03": "nixos/20.03/nixos-20.03.", "20.03": "nixos/20.03/nixos-20.03.",
"20.09": "nixos/20.09/nixos-20.09.", "20.09": "nixos/20.09/nixos-20.09.",
} }