From b16a3b499cbe9d99700f190c4447bc8a29afbbcf Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 20 Jun 2024 00:37:25 -0400 Subject: [PATCH] fix(hypr): pin to last working commit --- flake.lock | 15 ++++++++------- flake.nix | 1 + inputs.nix | 3 +++ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 8869010d..17758f03 100644 --- a/flake.lock +++ b/flake.lock @@ -909,16 +909,17 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1718835324, - "narHash": "sha256-U5eKTPAXppfSIqKqMIgbyuTBy1gr2seSOUl8sUSR8FE=", + "lastModified": 1718740381, + "narHash": "sha256-nRKxZfzSiG8EUmUmgsvPbEDR1GAPpVHZFbF7RJMzJTM=", "ref": "refs/heads/main", - "rev": "fabc30df52ab5d2c369fc8acd4ff909a6ba3b8ac", - "revCount": 4870, + "rev": "e0e3c4c6ae15af88ac5fd5ab959adfe45a2e1dca", + "revCount": 4861, "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" }, "original": { + "rev": "e0e3c4c6ae15af88ac5fd5ab959adfe45a2e1dca", "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" @@ -1651,11 +1652,11 @@ ] }, "locked": { - "lastModified": 1718824488, - "narHash": "sha256-38B8aLuI2qiPMZj+NmHPVmbkWTYEj1B3B/RUd+kFM9c=", + "lastModified": 1718839068, + "narHash": "sha256-yX2Lwjfr28Wpv0DjuenKjWCCx7gZcWQAVtbMUu8E678=", "owner": "nix-community", "repo": "nixpkgs-wayland", - "rev": "43d24cef11b3cee62b6bdb88ab2b8fd9612142e9", + "rev": "21752ae510eaeb2a221151dd9edff89185da4913", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 494b8cc3..307a7bb2 100644 --- a/flake.nix +++ b/flake.nix @@ -124,6 +124,7 @@ }; hyprland = { inputs.nixpkgs.follows = "nixpkgs"; + rev = "e0e3c4c6ae15af88ac5fd5ab959adfe45a2e1dca"; submodules = true; type = "git"; url = "https://github.com/hyprwm/Hyprland"; diff --git a/inputs.nix b/inputs.nix index ed3a97e6..0a0b4f3d 100644 --- a/inputs.nix +++ b/inputs.nix @@ -131,6 +131,9 @@ let type = "git"; url = "https://github.com/hyprwm/Hyprland"; submodules = true; + + # FIXME: Latest breaks hyprexpo + rev = "e0e3c4c6ae15af88ac5fd5ab959adfe45a2e1dca"; }; hypr-official-plugins = mkHyprDep {