mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-26 17:37:34 +00:00
flake: Update nixpkgs
This commit is contained in:
parent
f62bc56d00
commit
11982a18d1
|
@ -20,17 +20,17 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1709328908,
|
"lastModified": 1711497579,
|
||||||
"narHash": "sha256-Uc9MPjHn/E1n2exlKCuy2WWVJsb4nFuzK/G7MzoJQlQ=",
|
"narHash": "sha256-H6/9jraWg7e6pxFGEArpyXwQ/5dy/u5Un67WiLsuPGA=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5e8260003c8ec6c5d6ac6064a2ff901677960412",
|
"rev": "e80d1b630036fe33badbc168dfcd071d463b92cf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5e8260003c8ec6c5d6ac6064a2ff901677960412",
|
"rev": "e80d1b630036fe33badbc168dfcd071d463b92cf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Whenever an upstream change is merged, update this to
|
# Whenever an upstream change is merged, update this to
|
||||||
# the relevant commit and remove the packages from the
|
# the relevant commit and remove the packages from the
|
||||||
# ...ToUpstream lists below
|
# ...ToUpstream lists below
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/5e8260003c8ec6c5d6ac6064a2ff901677960412";
|
nixpkgs.url = "github:NixOS/nixpkgs/e80d1b630036fe33badbc168dfcd071d463b92cf";
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -35,7 +35,6 @@
|
||||||
# If there are any buildInputs that are not in nixpkgs, add them here
|
# If there are any buildInputs that are not in nixpkgs, add them here
|
||||||
# buildInputs are any packages that are needed at runtime (i.e. dependencies)
|
# buildInputs are any packages that are needed at runtime (i.e. dependencies)
|
||||||
# Once they are upstreamed to nixpkgs master, remove them from this list
|
# Once they are upstreamed to nixpkgs master, remove them from this list
|
||||||
xorg.libXext # Open PR: https://github.com/NixOS/nixpkgs/pull/298083
|
|
||||||
];
|
];
|
||||||
|
|
||||||
package = pkgs.monado.overrideAttrs (oldAttrs: {
|
package = pkgs.monado.overrideAttrs (oldAttrs: {
|
||||||
|
|
Loading…
Reference in a new issue