Skip to content
Snippets Groups Projects
Commit 801f8bf8 authored by Florian Sesser's avatar Florian Sesser
Browse files

Upgrade to nixos-23.05

parent b4903b0e
No related branches found
No related tags found
2 merge requests!442Merge develop into production,!423Upgrade to nixos-23.05
Pipeline #5522 passed
{ {
"name": "source", "name": "source",
"url": "https://releases.nixos.org/nixos/22.11/nixos-22.11.4773.ea4c80b39be4/nixexprs.tar.xz", "url": "https://releases.nixos.org/nixos/23.05/nixos-23.05.4738.41de143fda10/nixexprs.tar.xz",
"sha256": "1j7h75a9hwkkm97jicky5rhvzkdwxsv5v46473rl6agvq2sj97y1" "sha256": "0bqq6l4c0k62g6a1npk9gbzf8j373859gvb7kxnpq5p5175mzw6d"
} }
\ No newline at end of file
...@@ -10,7 +10,7 @@ from ps_tools import get_url_hash ...@@ -10,7 +10,7 @@ from ps_tools import get_url_hash
# We pass this to builtins.fetchTarball which only supports sha256 # We pass this to builtins.fetchTarball which only supports sha256
HASH_TYPE = "sha256" HASH_TYPE = "sha256"
DEFAULT_CHANNEL = "nixos-22.11" DEFAULT_CHANNEL = "nixos-23.05"
CHANNEL_URL_TEMPLATE = "https://channels.nixos.org/{channel}/nixexprs.tar.xz" CHANNEL_URL_TEMPLATE = "https://channels.nixos.org/{channel}/nixexprs.tar.xz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment