From 34165c6a48283bc1f4f985b3df61c7df085076c4 Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@leastauthority.com> Date: Wed, 5 Jun 2024 13:43:02 +0000 Subject: [PATCH] Update nixpkgs to 24.05 --- nixpkgs.json | 4 ++-- tools/update-nixpkgs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixpkgs.json b/nixpkgs.json index 8537d7f2..96d9ff85 100644 --- a/nixpkgs.json +++ b/nixpkgs.json @@ -1,5 +1,5 @@ { "name": "source", - "url": "https://releases.nixos.org/nixos/23.11/nixos-23.11.7476.a62e6edd6d5e/nixexprs.tar.xz", - "sha256": "0acylxwnjlx3g4fifgl8cxx6qc9lcnv3kcfgn6mws1rpifw3f2nd" + "url": "https://releases.nixos.org/nixos/24.05/nixos-24.05.803.b3b2b28c1daa/nixexprs.tar.xz", + "sha256": "186cvfziz5kd7qknw4fb9z2b2fpqi9gbsyw3gky7hmj0bzdan64b" } \ No newline at end of file diff --git a/tools/update-nixpkgs b/tools/update-nixpkgs index f20acdb1..3d0f18f7 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-23.11" +DEFAULT_CHANNEL = "nixos-24.05" CHANNEL_URL_TEMPLATE = "https://channels.nixos.org/{channel}/nixexprs.tar.xz" -- GitLab