diff --git a/flake.lock b/flake.lock index 1159dd78..0408b7d2 100644 --- a/flake.lock +++ b/flake.lock @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1688500189, - "narHash": "sha256-djYYiY4lzJOlXOnTHytH6BUugrxHDZjuGxTSrU4gt4M=", + "lastModified": 1690179384, + "narHash": "sha256-+arbgqFTAtoeKtepW9wCnA0njCOyoiDFyl0Q0SBSOtE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "78419edadf0fabbe5618643bd850b2f2198ed060", + "rev": "b12803b6d90e2e583429bb79b859ca53c348b39a", "type": "github" }, "original": { @@ -48,18 +48,18 @@ "flake": false, "locked": { "host": "gitlab.freedesktop.org", - "lastModified": 1689611045, - "narHash": "sha256-3RTOlQabkNetQ4O4UzSf57JPco9VGVHhSU1ls5uKBeE=", + "lastModified": 1690165843, + "narHash": "sha256-gv5kjss6REeQG0BmvK2gTx7jHLRdCnP25po6It6I6N8=", "owner": "wlroots", "repo": "wlroots", - "rev": "7791ffe0584c4ac13c170e1661ce33bdbd4a9b9e", + "rev": "e8d545a9770a2473db32e0a0bfa757b05d2af4f3", "type": "gitlab" }, "original": { "host": "gitlab.freedesktop.org", "owner": "wlroots", "repo": "wlroots", - "rev": "7791ffe0584c4ac13c170e1661ce33bdbd4a9b9e", + "rev": "e8d545a9770a2473db32e0a0bfa757b05d2af4f3", "type": "gitlab" } }, diff --git a/flake.nix b/flake.nix index dac4d69b..30cde42e 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ host = "gitlab.freedesktop.org"; owner = "wlroots"; repo = "wlroots"; - rev = "7791ffe0584c4ac13c170e1661ce33bdbd4a9b9e"; + rev = "e8d545a9770a2473db32e0a0bfa757b05d2af4f3"; flake = false; }; diff --git a/nix/overlays.nix b/nix/overlays.nix index cb7bd4cc..8a61fa10 100644 --- a/nix/overlays.nix +++ b/nix/overlays.nix @@ -58,7 +58,7 @@ in { ''; postFixup = '' wrapProgram $out/bin/waybar \ - --suffix PATH : ${lib.makeBinPath [ final.hyprland ]} + --suffix PATH : ${lib.makeBinPath [final.hyprland]} ''; mesonFlags = old.mesonFlags ++ ["-Dexperimental=true"]; }); diff --git a/subprojects/wlroots.wrap b/subprojects/wlroots.wrap index 366b62f0..8bd0c241 100644 --- a/subprojects/wlroots.wrap +++ b/subprojects/wlroots.wrap @@ -1,7 +1,7 @@ [wrap-git] directory = wlroots url = https://gitlab.freedesktop.org/wlroots/wlroots.git -revision = 7791ffe0584c4ac13c170e1661ce33bdbd4a9b9e +revision = e8d545a9770a2473db32e0a0bfa757b05d2af4f3 depth = 1 diff_files = wlroots-meson-build.patch