Yureka Lilian writes: > Signed-off-by: Yureka Lilian > --- > lib/nixpkgs.default.nix | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Alyssa Ross Very grateful to have somebody else having taken care of a Nixpkgs update. I'm hoping we can get a fix for the BPF x86_64 issue before I apply this so that the builders can do a complete build. It sounds like Demi should have a new patch soon. > diff --git a/lib/nixpkgs.default.nix b/lib/nixpkgs.default.nix > index c119aef..ff5b679 100644 > --- a/lib/nixpkgs.default.nix > +++ b/lib/nixpkgs.default.nix > @@ -4,6 +4,6 @@ > # Generated by scripts/update-nixpkgs.sh. > > import (builtins.fetchTarball { > - url = "https://github.com/NixOS/nixpkgs/archive/a870b7409045459d9a4011ddd6a42acbb2faed9c.tar.gz"; > - sha256 = "0a2plvg99na3g9ma17lq77mc6vxjn4nazf0zpdjmaj869b1dg4fn"; > + url = "https://github.com/NixOS/nixpkgs/archive/c91d2da044a9e4af299c989ca9d395ae53dd65cf.tar.gz"; > + sha256 = "1xlvihrr1m3zxy3bwjr0lp8fkfn5b2kra52x8264bl75b30kcwa5"; > }) > -- > 2.51.0