···66 # Whenever an upstream change is merged, update this to
77 # the relevant commit and remove the packages from the
88 # ...ToUpstream lists below
99- nixpkgs.url = "github:NixOS/nixpkgs/5e8260003c8ec6c5d6ac6064a2ff901677960412";
99+ nixpkgs.url = "github:NixOS/nixpkgs/e80d1b630036fe33badbc168dfcd071d463b92cf";
1010 flake-utils.url = "github:numtide/flake-utils";
1111 };
1212···3535 # If there are any buildInputs that are not in nixpkgs, add them here
3636 # buildInputs are any packages that are needed at runtime (i.e. dependencies)
3737 # Once they are upstreamed to nixpkgs master, remove them from this list
3838- xorg.libXext # Open PR: https://github.com/NixOS/nixpkgs/pull/298083
3938 ];
40394140 package = pkgs.monado.overrideAttrs (oldAttrs: {