mirror of
https://github.com/YaLTeR/niri.git
synced 2025-07-07 20:15:00 +00:00
nix: update flake inputs and use new libgbm
fixes #1312
like
0d54ea3f20
This commit is contained in:
parent
c709696237
commit
ec5112d779
2 changed files with 8 additions and 8 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -17,11 +17,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1741865919,
|
"lastModified": 1742707865,
|
||||||
"narHash": "sha256-4thdbnP6dlbdq+qZWTsm4ffAwoS8Tiq1YResB+RP6WE=",
|
"narHash": "sha256-RVQQZy38O3Zb8yoRJhuFgWo/iDIDj0hEdRTVfhOtzRk=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "573c650e8a14b2faa0041645ab18aed7e60f0c9a",
|
"rev": "dd613136ee91f67e5dba3f3f41ac99ae89c5406b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -45,11 +45,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1742005800,
|
"lastModified": 1742697269,
|
||||||
"narHash": "sha256-6wuOGWkyW6R4A6Th9NMi6WK2jjddvZt7V2+rLPk6L3o=",
|
"narHash": "sha256-Lpp0XyAtIl1oGJzNmTiTGLhTkcUjwSkEb0gOiNzYFGM=",
|
||||||
"owner": "oxalica",
|
"owner": "oxalica",
|
||||||
"repo": "rust-overlay",
|
"repo": "rust-overlay",
|
||||||
"rev": "028cd247a6375f83b94adc33d83676480fc9c294",
|
"rev": "01973c84732f9275c50c5f075dd1f54cc04b3316",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
libinput,
|
libinput,
|
||||||
seatd,
|
seatd,
|
||||||
libxkbcommon,
|
libxkbcommon,
|
||||||
mesa,
|
libgbm,
|
||||||
pango,
|
pango,
|
||||||
pipewire,
|
pipewire,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
libinput
|
libinput
|
||||||
seatd
|
seatd
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
mesa # libgbm
|
libgbm
|
||||||
pango
|
pango
|
||||||
wayland
|
wayland
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue