From 13d9e276e074264c3c01cacd760a7b2d4e84e09f Mon Sep 17 00:00:00 2001 From: Emmet Date: Mon, 12 Aug 2024 10:54:06 -0500 Subject: [PATCH] Downgraded hyprlock from bleeding edge to stable --- flake.lock | 11 +++++------ flake.nix | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index ac9463d..52b95c0 100644 --- a/flake.lock +++ b/flake.lock @@ -756,16 +756,15 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1722882121, - "narHash": "sha256-gr4mN6BYKqy9JDr/ygDlMGYvEYBCMTDDDVnGNp/EYuw=", - "ref": "refs/heads/main", - "rev": "9393a3e94d837229714e28041427709756033f5a", - "revCount": 242, + "lastModified": 1721822339, + "narHash": "sha256-dkhgyxPxmOI/ZHk/LZRQZAVjtk9kPx2RFQRnuEoXQ4s=", + "rev": "58e1a4a4997728be886a46d031514b3f09763c5d", + "revCount": 234, "type": "git", "url": "https://code.hyprland.org/hyprwm/hyprlock.git" }, "original": { - "rev": "9393a3e94d837229714e28041427709756033f5a", + "rev": "58e1a4a4997728be886a46d031514b3f09763c5d", "type": "git", "url": "https://code.hyprland.org/hyprwm/hyprlock.git" } diff --git a/flake.nix b/flake.nix index d1d90b5..fa7cbda 100644 --- a/flake.nix +++ b/flake.nix @@ -239,7 +239,7 @@ hyprlock = { type = "git"; url = "https://code.hyprland.org/hyprwm/hyprlock.git"; - rev = "9393a3e94d837229714e28041427709756033f5a"; + rev = "58e1a4a4997728be886a46d031514b3f09763c5d"; inputs.nixpkgs.follows = "nixpkgs"; }; hyprgrass.url = "github:horriblename/hyprgrass/0bb3b822053c813ab6f695c9194089ccb5186cc3";