From a450bc8cbf8d76efeadbf08a4cd774fe23c75b89 Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@leastauthority.com> Date: Mon, 17 Feb 2025 16:47:14 +0000 Subject: [PATCH 1/2] Upgrade CI script to get 24.11 nixpkgs --- tools/update-nixpkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update-nixpkgs b/tools/update-nixpkgs index 3d0f18f7..94c14e9a 100755 --- a/tools/update-nixpkgs +++ b/tools/update-nixpkgs @@ -10,7 +10,7 @@ from ps_tools import get_url_hash # We pass this to builtins.fetchTarball which only supports sha256 HASH_TYPE = "sha256" -DEFAULT_CHANNEL = "nixos-24.05" +DEFAULT_CHANNEL = "nixos-24.11" CHANNEL_URL_TEMPLATE = "https://channels.nixos.org/{channel}/nixexprs.tar.xz" -- GitLab From afd9a18a0b54386aaa774b0f6e6f96467c0bff27 Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@leastauthority.com> Date: Mon, 17 Feb 2025 16:47:39 +0000 Subject: [PATCH 2/2] Update nixpkgs.json to use 24.11 Command used: `update-nixpkgs` --- nixpkgs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixpkgs.json b/nixpkgs.json index 23cd80b2..c847a6e4 100644 --- a/nixpkgs.json +++ b/nixpkgs.json @@ -1,5 +1,5 @@ { "name": "source", - "url": "https://releases.nixos.org/nixos/24.05/nixos-24.05.7376.b134951a4c9f/nixexprs.tar.xz", - "sha256": "1f8j7fh0nl4qmqlxn6lis8zf7dnckm6jri4rwmj0qm1qivhr58lv" + "url": "https://releases.nixos.org/nixos/24.11/nixos-24.11.714533.a60651b217d2/nixexprs.tar.xz", + "sha256": "0kfj30l3y0bc5mw7mwdhyi0l2cb0m52qa63livrrmk29rnfzdkga" } \ No newline at end of file -- GitLab