From ee32586f8cdaa6e796c5d709fb3ab1897245bfcc Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 13 Sep 2023 00:58:52 -0700 Subject: [PATCH] Track updated hyprland --- flake.lock | 19 +++++++++---------- flake.nix | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 7b31b32..8cf8f62 100644 --- a/flake.lock +++ b/flake.lock @@ -9,16 +9,15 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1694513107, - "narHash": "sha256-D+e/iynlvTpa+bi2usdQu3Fva9P3SLx6IiaktNVwYkE=", - "owner": "outfoxxed", + "lastModified": 1694554628, + "narHash": "sha256-ZqTV9cyrlGWLPl/fEEN1iaQ6ioSSTOiMCshgIpRSfuM=", + "owner": "hyprwm", "repo": "Hyprland", - "rev": "87bb9800bb60b4df36232542c79f8308bf6fb17e", + "rev": "b0d5e4008b96f2cdbb6f6c2449c790d921d1546b", "type": "github" }, "original": { - "owner": "outfoxxed", - "ref": "bring-window-to-top", + "owner": "hyprwm", "repo": "Hyprland", "type": "github" } @@ -88,18 +87,18 @@ "flake": false, "locked": { "host": "gitlab.freedesktop.org", - "lastModified": 1692976565, - "narHash": "sha256-eBKkG7tMxg92NskEn8dHRFY245JwjirWRoOZzW6DnUw=", + "lastModified": 1694302348, + "narHash": "sha256-S9NOc88L/1jpNKJqBu2Hihvn0V1HHCK2hXE4bNBAStg=", "owner": "wlroots", "repo": "wlroots", - "rev": "717ded9bb0191ea31bf4368be32e7a15fe1b8294", + "rev": "65bbbbbf0c3d6844cee3c4e294d0ba07e1f82211", "type": "gitlab" }, "original": { "host": "gitlab.freedesktop.org", "owner": "wlroots", "repo": "wlroots", - "rev": "717ded9bb0191ea31bf4368be32e7a15fe1b8294", + "rev": "65bbbbbf0c3d6844cee3c4e294d0ba07e1f82211", "type": "gitlab" } }, diff --git a/flake.nix b/flake.nix index 882b0e3..3be3c6c 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - hyprland.url = "github:outfoxxed/Hyprland?ref=bring-window-to-top"; + hyprland.url = "github:hyprwm/Hyprland"; }; outputs = { self, hyprland, ... }: let