Nix: Bump nixpkgs (#32945)

Signed-off-by: eri <eri@inventati.org>
This commit is contained in:
eri 2024-08-06 00:36:31 +02:00 committed by GitHub
parent 1e30642d75
commit b50c1cfaaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
buildAndroid ? false
}:
with import (builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/63d37ccd2d178d54e7fb691d7ec76000740ea24a.tar.gz";
url = "https://github.com/NixOS/nixpkgs/archive/d04953086551086b44b6f3c6b7eeb26294f207da.tar.gz";
}) {
overlays = [
(import (builtins.fetchTarball {