From 30b8860483ad63e7673689c9e44429b65fc2daee Mon Sep 17 00:00:00 2001 From: HuangYi Date: Mon, 24 Feb 2025 19:53:20 +0800 Subject: [PATCH] update niv --- nix/sources.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index f84b432cee..4d44a70bce 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -97,15 +97,15 @@ "url_template": "https://github.com///archive/.tar.gz" }, "nixpkgs": { - "branch": "release-24.05", + "branch": "release-24.11", "description": "Nix Packages collection", "homepage": "", "owner": "NixOS", "repo": "nixpkgs", - "rev": "50286248f2d7283682bdd47ba14af33a9233b88b", - "sha256": "19sqfs6pamknhlg3mqpqs3wj0wj1ynj5icfmhqmjjvq08byfc2hl", + "rev": "112c247873ba67732a9dd2563cb3d7b7749a82df", + "sha256": "00ghsa6842lkd0c0k0ln6531inq03y4m0nphczwnhf5n9g72sddh", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/50286248f2d7283682bdd47ba14af33a9233b88b.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/112c247873ba67732a9dd2563cb3d7b7749a82df.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "poetry2nix": {