aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.lock
diff options
context:
space:
mode:
authorVaxry <[email protected]>2022-12-05 17:05:15 +0000
committerGitHub <[email protected]>2022-12-05 17:05:15 +0000
commit66fb0830032572c9729278b7e15525cb41bbf59e (patch)
tree8560f87b39a193c01a3037ca00ef8f0af78e5a89 /flake.lock
parent20b91f58f8f8cc7cda7cca7e7683e4c5178f0479 (diff)
downloadHyprland-66fb0830032572c9729278b7e15525cb41bbf59e.tar.gz
Hyprland-66fb0830032572c9729278b7e15525cb41bbf59e.zip
Implement window sharing with the hl toplevel export proto (#1179)
* implement window sharing Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock19
1 files changed, 18 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 572c561e..213725aa 100644
--- a/flake.lock
+++ b/flake.lock
@@ -3,6 +3,22 @@
"hyprland-protocols": {
"flake": false,
"locked": {
+ "lastModified": 1670258048,
+ "narHash": "sha256-Lm2sXnDVZNE+taHqsqVibvPmSdu65VHvXI507KVX4lg=",
+ "owner": "hyprwm",
+ "repo": "hyprland-protocols",
+ "rev": "0dcff94fc10df2bbb66d3e1b5a1d6cfd3ada5515",
+ "type": "github"
+ },
+ "original": {
+ "owner": "hyprwm",
+ "repo": "hyprland-protocols",
+ "type": "github"
+ }
+ },
+ "hyprland-protocols_2": {
+ "flake": false,
+ "locked": {
"lastModified": 1670185345,
"narHash": "sha256-hxWGqlPecqEsE6nOHDV29KFBKePbY2Ipeac6lrChMKY=",
"owner": "hyprwm",
@@ -34,6 +50,7 @@
},
"root": {
"inputs": {
+ "hyprland-protocols": "hyprland-protocols",
"nixpkgs": "nixpkgs",
"wlroots": "wlroots",
"xdph": "xdph"
@@ -59,7 +76,7 @@
},
"xdph": {
"inputs": {
- "hyprland-protocols": "hyprland-protocols",
+ "hyprland-protocols": "hyprland-protocols_2",
"nixpkgs": [
"nixpkgs"
]