chore(3p/nixpkgs): bump channels (2025-07-31)

Change-Id: I1ae84e743281125ecbdc98cdb4f2adf5a96905a7
Reviewed-on: https://cl.snix.dev/c/snix/+/30628
Reviewed-by: Ryan Lahfa <ryan@lahfa.xyz>
Autosubmit: Florian Klink <flokli@flokli.de>
Tested-by: besadii
This commit is contained in:
Florian Klink 2025-07-31 11:22:37 +02:00 committed by clbot
parent b0edb870ee
commit fb6d9f5114
2 changed files with 7 additions and 3 deletions

View file

@ -33,6 +33,10 @@ let
# Forbids our meta.ci attribute # Forbids our meta.ci attribute
# https://github.com/NixOS/nixpkgs/pull/191171#issuecomment-1260650771 # https://github.com/NixOS/nixpkgs/pull/191171#issuecomment-1260650771
checkMeta = false; checkMeta = false;
permittedInsecurePackages = [
# only used inside tests
"nix-2.3.18"
];
}; };
inherit localSystem crossSystem; inherit localSystem crossSystem;

View file

@ -97,10 +97,10 @@
"homepage": "", "homepage": "",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "adaa24fbf46737f3f1b5497bf64bae750f82942e", "rev": "d5b6a55e1702a6d0be95b4e03e617d418ad48456",
"sha256": "0mmcni35fxs87fnhavfprspczgnnkxyizy8a4x57y98y76c4q4da", "sha256": "0ciqs1qdqxd7fmgzx7qicr4aghbdm8ir22wzpwf87bsck659wv9n",
"type": "tarball", "type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/adaa24fbf46737f3f1b5497bf64bae750f82942e.tar.gz", "url": "https://github.com/NixOS/nixpkgs/archive/d5b6a55e1702a6d0be95b4e03e617d418ad48456.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"nixpkgs-stable": { "nixpkgs-stable": {